Jo is a command-line utility designed to construct and manipulate JSON objects and arrays directly from shell arguments and standard input. It functions as a data processing tool that transforms raw input into structured formats, enabling the generation of complex payloads for APIs, configuration files, and automated data pipelines. The tool distinguishes itself through its ability to resolve hierarchical data structures using delimiter-based path definitions and its integrated type-inference engine, which automatically casts input values into native boolean, numeric, or null types. Users can
A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.
The main features of trailofbits/graphtage are: Data Processing Tools, JSON and Tree Data, XML and HTML Processing.
Open-source alternatives to trailofbits/graphtage include: jpmens/jo — Jo is a command-line utility designed to construct and manipulate JSON objects and arrays directly from shell… engali94/xmljson. borkdude/jet. charmparticle/xpe. dbohdan/remarshal. danburzo/hred.