Is there a function that takes a schema and a string, and uses SAP to parse the string according to the schema? #2068
-
I'm wondering whether there's a function I can use that takes a schema and a string, and tries to parse the string according to the schema using SAP. The function can be in rust or in python. I haven't been able to find anything about this in the documentation, but I imagine it must exist in the library. |
Beta Was this translation helpful? Give feedback.
Answered by
nsfinkelstein
Aug 15, 2025
Replies: 1 comment 2 replies
-
This is now available here: https://pypi.org/project/jsonish_py/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nsfinkelstein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is now available here: https://pypi.org/project/jsonish_py/