ESP-IDF
json_token::parent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
json_token::parent
json_token::parent field
Syntax
Show:
Summary
Declaration
from
json.h:31
struct
json_token
*
parent
;
Examples
References
from
examples
Code
Location
Referrer
struct
json_token
*
parent
,
*
child
,
*
sibling
;
json.h:31
}
else
if
(
curr_token
->
parent
&&
json.c:244
json_parse()
curr_token
->
parent
->
type
==
JSON_ARRAY
&&
json.c:245
json_parse()
curr_token
->
parent
->
state
==
JSON_STARTED
&&
json.c:246
json_parse()
curr_token
->
parent
=
token
;
json.c:266
json_parse()
if
(
!
curr_token
||
!
curr_token
->
parent
||
json.c:271
json_parse()
curr_token
->
parent
->
state
!=
JSON_STARTED
)
{
json.c:272
json_parse()
curr_token
=
curr_token
->
parent
;
json.c:278
json_parse()
}
else
if
(
curr_token
->
parent
&&
json.c:310
json_parse()
curr_token
->
parent
->
type
==
JSON_ARRAY
&&
json.c:311
json_parse()
curr_token
->
parent
->
state
==
JSON_STARTED
&&
json.c:312
json_parse()
curr_token
->
sibling
->
parent
=
curr_token
->
parent
;
json.c:356
json_parse()
}
else
if
(
curr_token
->
parent
&&
json.c:382
json_parse()
curr_token
->
parent
->
type
==
JSON_ARRAY
&&
json.c:383
json_parse()
curr_token
->
parent
->
state
==
JSON_STARTED
&&
json.c:384
json_parse()
}
else
if
(
curr_token
->
parent
&&
json.c:440
json_parse()
curr_token
->
parent
->
type
==
JSON_ARRAY
&&
json.c:441
json_parse()
curr_token
->
parent
->
state
==
JSON_STARTED
&&
json.c:442
json_parse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
json_token::parent
is written by 1 function and is read by 1 function:
json_parse()
All items filtered out
json_token::parent
json_parse()
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