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
In theory, data in json format should not be parsed into data in a structure.
This problem was discovered when I was writing gin test cases. (See Issue)
The text was updated successfully, but these errors were encountered:
This sounds correct?
YAML (from 1.2 onward at least) is supposed to be a superset of JSON, so it makes sense that this would parse.
Sorry, something went wrong.
That's right. I saw something similar at Red Hat Red Hat - What is YAML?
No branches or pull requests
In theory, data in json format should not be parsed into data in a structure.
This problem was discovered when I was writing gin test cases. (See Issue)
The text was updated successfully, but these errors were encountered: