ESP-IDF
JSON_OBJECT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_OBJECT
JSON_OBJECT value
Syntax
Show:
Summary
Declaration
from
json.h:15
JSON_OBJECT
;
Examples
References
from
examples
Code
Location
Referrer
JSON_OBJECT
,
json.h:15
if
(
!
netkey
||
netkey
->
type
!=
JSON_OBJECT
)
{
dpp.c:4097
dpp_parse_connector()
if
(
!
csign
||
csign
->
type
!=
JSON_OBJECT
)
{
dpp.c:4179
dpp_parse_cred_dpp()
if
(
root
->
type
!=
JSON_OBJECT
)
{
dpp.c:4333
dpp_parse_conf_obj()
if
(
!
discovery
||
discovery
->
type
!=
JSON_OBJECT
)
{
dpp.c:4351
dpp_parse_conf_obj()
if
(
!
cred
||
cred
->
type
!=
JSON_OBJECT
)
{
dpp.c:4404
dpp_parse_conf_obj()
if
(
!
netkey
||
netkey
->
type
!=
JSON_OBJECT
)
{
dpp.c:4860
dpp_peer_intro()
if
(
root
->
type
!=
JSON_OBJECT
)
{
dpp_crypto.c:397
dpp_parse_jws_prot_hdr()
token
->
type
=
*
pos
==
'['
?
JSON_ARRAY
:
JSON_OBJECT
;
json.c:260
json_parse()
curr_token
->
type
!=
JSON_OBJECT
)
)
{
json.c:282
json_parse()
if
(
!
json
||
json
->
type
!=
JSON_OBJECT
)
json.c:497
json_get_member()
case
JSON_OBJECT
:
json.c:536
json_type_str()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
JSON_OBJECT
is read by 8 functions:
All items filtered out
JSON_OBJECT
json_parse()
json_get_member()
json_type_str()
dpp_parse_connector()
dpp_parse_cred_dpp()
dpp_parse_conf_obj()
dpp_peer_intro()
dpp_parse_jws_prot_hdr()
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