This archive contains the a C++ JSON Parser/Generator using Boost Spirit.

The content of this archive is taken from the following web site:
    http://www.codeproject.com/Articles/20027/JSON-Spirit-A-C-JSON-Parser-Generator-Implemented

This software is distributed under the MIT License, see LICENSE.txt.

******************************************************************************

For use within MIRA we decided to use only JSON_SPIRIT_MVALUE_ENABLED
(see json_spirit_value.h), which reduces the compile times.

Furthermore the multi thread support was enabled by uncommenting the
BOOST_SPIRIT_THREADSAFE in json_spirit_reader_template.h.

Made constructors that take standard datatypes as parameters explicit.
