Relaxing JSON Parsing #93976
Unanswered
TonyValenti
asked this question in
Q&A
Replies: 1 comment
-
You can implement your own |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing some work with the Sharepoint JSON APIS and I've found that sometimes the APIs do not return properly encoded JSON. Specifically, the 0x01 (SOH) character is listed directly in some string content and not encoded/escaped.
Is there a way for me to relax STJ's parsing of this? Alternatively, is there a way to get a bug report in front of someone on the sharepoint online team so this can be fixed?
Beta Was this translation helpful? Give feedback.
All reactions