Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 720 Bytes

File metadata and controls

25 lines (18 loc) · 720 Bytes

JSON Toolkit

"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

Prerequisites

  • Bash
  • Go
  • Python3
  • jq

Getting Started

  • git clone git@github.com:tyleradams/json-toolkit.git
  • make
  • make test
  • sudo make install

Feedback

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.