![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
using nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType >::parse_event_t = detail::parse_event_t |
parser event types
The parser callback distinguishes the following events:
object_start
: the parser read {
and started to process a JSON objectkey
: the parser read a key of a value in an objectobject_end
: the parser read }
and finished processing a JSON objectarray_start
: the parser read [
and started to process a JSON arrayarray_end
: the parser read ]
and finished processing a JSON arrayvalue
: the parser finished reading a JSON value