mpjson-read

Reads JSON documents from standard input and converts them to sexprs using the medea egg, which are written to standard output.

Example

$ echo '{"hello": [1,2,3], "fish": true}' | mpjson-read
((hello . #(1 2 3)) (fish . #t))