json: comments

This commit is contained in:
Danny Robson 2014-05-26 17:10:31 +10:00
parent 9cb897a381
commit 622d052e5d

View File

@ -39,6 +39,7 @@ namespace json {
class boolean;
class null;
/// Parse an encoded form of JSON into a tree structure
extern std::unique_ptr<node> parse (const boost::filesystem::path &path);
extern std::unique_ptr<node> parse (const char *start, const char *stop);
extern std::unique_ptr<node> parse (const char *start);