1 #ifndef LIBJSON_GUARD_PREPARSE_H
2 #define LIBJSON_GUARD_PREPARSE_H
7 #if (defined(JSON_PREPARSE) && defined(JSON_READ_PRIORITY))
10 #define COMMENT_PARAM(name) ,const json_string & name
12 #define COMMENT_PARAM(name)
23 static
JSONNode isValidRoot(const
json_string & json) json_throws(
std::invalid_argument) json_read_priority;
Definition: StringTest.h:24
Definition: StringTest.h:22
Definition: JSONNode.h:132