ESP-IDF
json_token
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
json_token
json_token struct
Syntax
Show:
Summary
Declaration
from
json.h:12
struct
json_token
{
enum
json_type
{
JSON_VALUE
,
JSON_OBJECT
,
JSON_ARRAY
,
JSON_STRING
,
JSON_NUMBER
,
JSON_BOOLEAN
,
JSON_NULL
,
}
type
;
enum
json_parsing_state
{
JSON_EMPTY
,
JSON_STARTED
,
JSON_WAITING_VALUE
,
JSON_COMPLETED
,
}
state
;
char
*
name
;
char
*
string
;
int
number
;
struct
json_token
*
parent
,
*
child
,
*
sibling
;
}
;
Fields
Field
Declared as
json_token::type
enum
json_type
{
JSON_VALUE
,
JSON_OBJECT
,
JSON_ARRAY
,
JSON_STRING
,
JSON_NUMBER
,
JSON_BOOLEAN
,
JSON_NULL
,
}
json_token::state
enum
json_parsing_state
{
JSON_EMPTY
,
JSON_STARTED
,
JSON_WAITING_VALUE
,
JSON_COMPLETED
,
}
json_token::name
char
*
json_token::string
char
*
json_token::number
int
json_token::parent
struct
json_token
*
json_token::child
struct
json_token
*
parent
,
*
json_token::sibling
struct
json_token
*
parent
,
*
child
,
*
Related Functions
Found 11 other functions taking a
json_token
argument:
Function
json_get_member()
json_free()
json_get_member_base64url()
json_check_tree_state()
json_print_token()
dpp_parse_jwk()
dpp_parse_cred_legacy()
json_print_tree()
dpp_parse_cred_dpp()
dpp_connector_compatible_group()
dpp_connector_match_groups()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out