syntax analysis Más...
#include <json.hpp>
Métodos públicos | |
| void | parse (const bool strict, BasicJsonType &result) |
| public parser interface | |
| bool | accept (const bool strict=true) |
| public accept interface | |
syntax analysis
This class implements a recursive descent parser.
|
inline |
public accept interface
| [in] | strict | whether to expect the last token to be EOF |
|
inline |
public parser interface
| [in] | strict | whether to expect the last token to be EOF |
| [in,out] | result | parsed JSON value |
| parse_error.101 | in case of an unexpected token |
| parse_error.102 | if to_unicode fails or surrogate error |
| parse_error.103 | if to_unicode fails |