You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Come up with a mechanism that allows a nested JSON document to be parsed as a custom function within the JMSEPath language.
Essentially this would just call json.loads().
If this fails, then just assume the object wasn't a JSON string and return the original value unmodified. That seems like a nice safety mechanism in case the there's a mixture of JSON strings and other strings that have to be processed at the same time.
The text was updated successfully, but these errors were encountered:
Come up with a mechanism that allows a nested JSON document to be parsed as a custom function within the JMSEPath language.
Essentially this would just call
json.loads()
.If this fails, then just assume the object wasn't a JSON string and return the original value unmodified. That seems like a nice safety mechanism in case the there's a mixture of JSON strings and other strings that have to be processed at the same time.
The text was updated successfully, but these errors were encountered: