fastgron

High-performance JSON to GRON converter for flattening JSON

brewmacoslinux
Try with needOr install directly
Source

About

High-performance JSON to GRON converter

Commands

fastgron

Examples

Convert JSON file to GRON format$ fastgron data.json
Parse JSON from stdin and output GRON$ echo '{"name":"John","age":30}' | fastgron
Convert JSON to GRON and filter specific paths$ fastgron data.json | grep 'name'