Program to turn JSON into Scheme code.


If no argument is given reads from stdin.
If path to JSON file is given as first argument reads from there.


    cat data.json | json2scm
    json2scm data.json