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
Using the debugger to step though the SkipSpace function I noticed that the parser stops right after the first opening bracket. So definitely line breaks.
Looks like the fsJsonParser cannot parse pretty printed JSON.
I reduced my class to a bare minimum to test this issue.
This is the resulting json, which is valid
This is the error I get from the parser.
Everything works fine with when using
fsJsonPrinter.CompressedJson
.Could this be an issue with line endings?
The text was updated successfully, but these errors were encountered: