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
Describe the bug Given the input, which is apparently is wrong, I would have expected an error message.
To Reproduce
$ echo '{ "atribute1": { "attribute2": "name1", "attribute3": { "attribute2": "name2" }, "attribute3": { "attribute2": "name3" }, "attribute3": { "attribute2": "name4" } } }' | jshon '.' { "atribute1": { "attribute2": "name1", "attribute3": { "attribute2": "name4" } } }
Expected behavior
$ cat expected_output.json { "atribute1": { "attribute2": "name1", "attribute3": { "attribute2": "name2" }, "attribute3": { "attribute2": "name3" }, "attribute3": { "attribute2": "name4" } } } $
Environment (please complete the following information):
$ jshon --version 20130901
Additional context I suspect this to be a language problem, as the competition (jq) does the same. An error message would be nice, though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Given the input, which is apparently is wrong, I would have expected an error message.
To Reproduce
Expected behavior
Environment (please complete the following information):
Additional context
I suspect this to be a language problem, as the competition (jq) does the same. An error message would be nice, though.
The text was updated successfully, but these errors were encountered: