|
GCC Middle and Back End API Reference
|
#include "json.h"

Go to the source code of this file.
Data Structures | |
| class | json::location_map |
| struct | json::location_map::point |
| struct | json::location_map::range |
| class | json::error |
| struct | json::result< ValueType, ErrorType > |
Namespaces | |
| namespace | json |
Typedefs | |
| typedef result< std::unique_ptr< value >, std::unique_ptr< error > > | json::parser_result_t |
Functions | |
| parser_result_t | json::parse_utf8_string (size_t length, const char *utf8_buf, bool allow_comments, location_map *out_loc_map) |
| parser_result_t | json::parse_utf8_string (const char *utf8, bool allow_comments, location_map *out_loc_map) |