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
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);
The juce::JSON::parse function is returning without any issues.
Windows
W11
x86_64
No response
develop
I have not tested against the develop branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
branchI have not tested against the
develop
branchCode of Conduct
The text was updated successfully, but these errors were encountered: