Enum parse_event_t

Enum Documentation

enum class nlohmann::detail::parse_event_t : 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