16 #include <mrpt/config.h>    18 #include <json/json.h>    29     THROW_EXCEPTION(
"archiveJSON() requires building MRPT against jsoncpp");
 #define THROW_EXCEPTION(msg)
 
Virtual base class for "schematic archives" (JSON, XML,...) 
 
Base template class for schema-capable "archives", e.g. 
 
CSchemeArchiveBase archiveJSON()
Returns an archive for reading/writing in JSON format.