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

[Bug]: juce::JSON::parse ignoring end of JSON #1407

Open
1 task done
ArthurVasseur opened this issue Jul 5, 2024 · 0 comments
Open
1 task done

[Bug]: juce::JSON::parse ignoring end of JSON #1407

ArthurVasseur opened this issue Jul 5, 2024 · 0 comments

Comments

@ArthurVasseur
Copy link

Detailed steps on how to reproduce the bug

Folowing the discution on the forum

I’m attempting to parse an improperly formatted JSON string using JUCE:

juce::var json;

juce::String jsonString =  "{\n   \"value\": false\n}sssss"

juce::Result res = juce::JSON::parse(jsonString, json);

What is the expected behaviour?

The juce::JSON::parse function is returning without any issues.

Operating systems

Windows

What versions of the operating systems?

W11

Architectures

x86_64

Stacktrace

No response

Plug-in formats (if applicable)

No response

Plug-in host applications (DAWs) (if applicable)

No response

Testing on the develop branch

I have not tested against the develop branch

Code of Conduct

  • I agree to follow the Code of Conduct
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