Enum parse_event_t¶
Defined in File json.hpp
Enum Documentation¶
-
enum class nlohmann::json_abi_v3_11_3::detail::parse_event_t : std::uint8_t¶
Values:
-
enumerator object_start¶
the parser read
{and started to process a JSON object
-
enumerator object_end¶
the parser read
}and finished processing a JSON object
-
enumerator array_start¶
the parser read
[and started to process a JSON array
-
enumerator array_end¶
the parser read
]and finished processing a JSON array
-
enumerator key¶
the parser read a key of a value in an object
-
enumerator value¶
the parser finished reading a JSON value
-
enumerator object_start¶