JSON Cut Introduction

jq, jsonpath, and ilk rake the leaves (values) off of the tree

jsoncut solves a different problem it’s a tree inspector and pruning tool. It doesn’t damage the roots or the overall structure. This lets you do cool things like converting complex data structures into dimensional data digestible by analysis tools, integrating with other API’s, piping into other JSON tools, NoSQL databases, data analysis tools, etc. Extremely simple, yet powerful.