Skip to content

"the best opensource converter I've found across the Internet" -- dene14

License

Notifications You must be signed in to change notification settings

SecurityDiscovery/json-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

"the best opensource converter I've found across the Internet" -- dene14

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.3%
  • Go 22.2%
  • Shell 11.1%
  • Makefile 5.4%