"the best opensource converter I've found across the Internet" -- dene14
The JSON Toolkit is a collection of JSON tools, including ones that convert between data formats like JSON, XML, YAML, CSV, etc.
Some highlights include:
- json-diff - structurally diffs two json files and returns the output as json.
- xml-to-json - xml from stdin is converted to json on stdout
- Bash
- Go
- Python3
- jq
- git clone git@github.com:tyleradams/json-toolkit.git
- make
- make test
- sudo make install
If there's something you'd like, please open a github issue for any feature requests or to report any bugs you'd like fixed.