We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const char* str = R"fs( "groovy": "yep" asdf: 42 )fs"; printf( "Preparing to parse\n" ); json_value_s* value = json_parse_ex(str, strlen(str), json_parse_flags_allow_simplified_json, 0); printf( "Never get's here...\n" ); return 0;
The text was updated successfully, but these errors were encountered:
Fix MR #26 - I wasn't correctly handling bailing out if a comma wasn'…
dfe612e
…t provided and we were in simplified JSON mode.
Thanks for this! The MR #27 is currently testing my fix for this. Hope this works for you!
Sorry, something went wrong.
Yes, that worked. Thank you!
Merge pull request #27 from sheredom/fix_comma_skipping_in_simplified…
c14ce87
…_json Fix MR #26
No branches or pull requests
The text was updated successfully, but these errors were encountered: