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
Feature request:
Is it possible to add Hierarchical JSON to list of formats?
example data:
fruit color taste apple red sweet apple red sour apple yellow bitter pear green sweet pear green sour
desired output from Mr-Data-Converter:
[ { "fruit":"apple", "color":{ "red":{ "taste":"sweet", "taste":"sour" } }, "color":{ "yellow":{ "taste":"bitter" } }, "fruit":"pear", "color":{ "green":{ "taste":"sweet", "taste":"sour" } } } ]
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Do we have any update on this ?
Might be better to keep this lib simple, & use an external script like z5h/json.pivot or a Lo-Dash|Underscore zip script?
No branches or pull requests
Feature request:
Is it possible to add Hierarchical JSON to list of formats?
example data:
desired output from Mr-Data-Converter:
The text was updated successfully, but these errors were encountered: