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
The following example should be considered as an invalid JSON, yet it passes and is seen as if we have 2 values in the array.
"id": 1, "props": [ { "id": 1, "propB": true }, ], "propC": false }
It returns the following error: java.lang.AssertionError: props[]: Expected 1 values but got 2
java.lang.AssertionError: props[]: Expected 1 values but got 2
It can be linked to the following issue.
The text was updated successfully, but these errors were encountered:
I would like to try to work on this issue.
Sorry, something went wrong.
@AElMehdi I think it is caused by the first character is """. So this json lib will parse it as JSONString. Maybe I will solve this bug.
@Crayon-new Cool! Have fun! :)
I would like to work on this issue
No branches or pull requests
The following example should be considered as an invalid JSON, yet it passes and is seen as if we have 2 values in the array.
It returns the following error:
java.lang.AssertionError: props[]: Expected 1 values but got 2
It can be linked to the following issue.
The text was updated successfully, but these errors were encountered: