![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <json.hpp>
Public Types | |
| enum class | token_type { uninitialized , literal_true , literal_false , literal_null , value_string , value_unsigned , value_integer , value_float , begin_array , begin_object , end_array , end_object , name_separator , value_separator , parse_error , end_of_input , literal_or_value } |
| token types for the parser More... | |
Static Public Member Functions | |
| JSON_HEDLEY_RETURNS_NON_NULL static JSON_HEDLEY_CONST const char * | token_type_name (const token_type t) noexcept |
| return name of values of type token_type (only used for errors) | |
|
strong |
token types for the parser
|
inlinestaticnoexcept |
return name of values of type token_type (only used for errors)
Definition at line 6464 of file json.hpp.
References begin_array, begin_object, end_array, end_object, end_of_input, literal_false, literal_null, literal_or_value, literal_true, name_separator, parse_error, uninitialized, value_float, value_integer, value_separator, value_string, and value_unsigned.
Referenced by nlohmann::detail::parser< BasicJsonType, InputAdapterType >::exception_message().