#include <univalue.h>
#include <univalue_utffilter.h>
#include <cstdint>
#include <cstring>
#include <string>
#include <string_view>
#include <vector>
Go to the source code of this file.
|
| static bool | json_isdigit (int ch) |
| static const char * | hatoui (const char *first, const char *last, unsigned int &out) |
| enum jtokentype | getJsonToken (std::string &tokenVal, unsigned int &consumed, const char *raw, const char *end) |
◆ clearExpect
| #define clearExpect |
( |
| bit | ) |
|
◆ expect
◆ setExpect
◆ expect_bits
| Enumerator |
|---|
| EXP_OBJ_NAME | |
| EXP_COLON | |
| EXP_ARR_VALUE | |
| EXP_VALUE | |
| EXP_NOT_VALUE | |
Definition at line 250 of file univalue_read.cpp.
◆ getJsonToken()
| enum jtokentype getJsonToken |
( |
std::string & | tokenVal, |
|
|
unsigned int & | consumed, |
|
|
const char * | raw, |
|
|
const char * | end ) |
◆ hatoui()
| const char * hatoui |
( |
const char * | first, |
|
|
const char * | last, |
|
|
unsigned int & | out ) |
|
static |
◆ json_isdigit()
| bool json_isdigit |
( |
int | ch | ) |
|
|
static |
◆ MAX_JSON_DEPTH
| size_t MAX_JSON_DEPTH = 512 |
|
staticconstexpr |