JSON Transformation PackagesΒΆ

jiterbug
JSON transformations interactive debugger.
jsoncalc
JSON RPN calculator, simple Python tokens; play, record, rewind, etc.
jsoncat
Concatenate JSON Files(s) or standard input; format to standard output. Configurable JSON command-line syntax highlighting and color themes.
jsonconfig
A simple context manager that makes working with JSON configuration files, environment variables, and encrypted data a cinch.
jsoncookie (aka cookiecutter)
The recommended cookiecutter template for JSON transformation packages.
jsoncrawl (aka treecrawler)
JSON node crawler.; traverse JSON trees; visit each node; yield results of a custom process node function.
jsoncsv (aka json2csv)
Convert JSON to CSV w/ headers. For handling more complex data structures than currently supported by existing JSON to CSV converters.
jsoncurl (aka curl-parser)
Parse Curl commands to JSON and map to requests.
jsoncurry (aka pypartials)
Python partials library: built-ins, operators, str and math
jsoncut
A JSON pruning tool.
jsondrop
Drop a value from a JSON file.
jsonfilter
Filter JSON arrays.
jsonflatten
Flatten entire JSON document or specified keys and child nodes.
jsonget
Retrieve a value from a JSON file.
jsongrep
Grep JSON arrays; support for single, multiple, and all keys.
jsoninspect (aka jsonlook)
List of all JSON keys, type(s) and min/max values.
jsonjoin
JSON left, right, inner, outer and symmetric joins
jsonlookup
Replace the IDs in JSON with their respective lookup values. Lookups can be from the same JSON or from another document.
jsonkeys (aka jsonlist)
Enumerated list of all unique keys found in a JSON file.
jsonlearn

JSON Transformations machine learning.

Not only learn from patterns in working solutions, but learn from what doesn’t work, and from what users are trying to do that isn’t yet possible.

jsonmap
Map JSON arrays.
jsonpub
Publish, install and share JSON extractions & transformations.
jsonreduce
Reduce JSON arrays.
jsonrequest
Requests composer.
jsonsed
Substitute text in JSON documents; support for single, multiple and all keys.
jsonslugs
Slug creation and string transformations via pipes.
jsonstack (aka memstack)
Stack-based operations class.
jsontransform
JSON transformations core package.
jsonweb-calc
JSON web-based tranformations calculator.