Expand description
Convertor of JSON text into gron format
Gron is a representation that is easy to grep. Similarly to JSON it can be easily evaluated with javascript interpreter.
Traits§
- ToGron
- An (internal) interface to gronify of json like data types
Functions§
- json_
to_ gron - Converts JSON structure from into gron format.