JSON parser

This program is a JSON parser.

The jr.cpp program receives a JSON file and tells whether it is consistent with JSON syntax.

The main.cpp program receives a JSON file and creates a parse tree and reprints the file.