|
JSON Voorhees
Killer JSON for C++
|
Copyright (c) 2012-2020 by Travis Gockel. More...
#include <jsonv/config.hpp>#include <optional>#include <string_view>#include <jsonv/value.hpp>#include <cstddef>#include <stdexcept>
Include dependency graph for parse.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | jsonv::parse_error |
| An error encountered when parsing. More... | |
| class | jsonv::parse_options |
| Configuration for various parsing options. More... | |
| struct | jsonv::parse_options::k |
Macros | |
| #define | JSONV_PARSE_MAX_STRUCTURE_DEPTH 128 |
See jsonv::parse_options::k::max_structure_depth. | |
Copyright (c) 2012-2020 by Travis Gockel.
All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.
Definition in file parse.hpp.
| #define JSONV_PARSE_MAX_STRUCTURE_DEPTH 128 |
| JSONV_PUBLIC value jsonv::parse | ( | const char * | begin, |
| const char * | end, | ||
| const parse_options & | parse_options, | ||
| const extract_options & | extract_options | ||
| ) |
Read a JSON value from the string bound by [begin, end).