Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSuperObject error parsing #130

Open
gresaggr opened this issue Mar 7, 2019 · 0 comments
Open

XSuperObject error parsing #130

gresaggr opened this issue Mar 7, 2019 · 0 comments

Comments

@gresaggr
Copy link

gresaggr commented Mar 7, 2019

Hello.
in jSonData text from attach file

var X: ISuperObject; jSonData: string; begin if jSonData <> '' then try X := SO(jSonData); except print('jSonData: ' + jSonData); result := 'PARS ERROR'; exit; end;

and get error on string "... \u0438 60":"40\n\u0417..."
How can I fix it?

test.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant