json: comments
This commit is contained in:
parent
9cb897a381
commit
622d052e5d
1
json.hpp
1
json.hpp
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user