TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ cbor_tag_handler_t

how to treat CBOR tags

Enumerator
error 

throw a parse_error exception in case of a tag

ignore 

ignore tags

store 

store tags as binary type

Definition at line 8413 of file json.hpp.

8414{
8415 error,
8416 ignore,
8417 store
8418};
@ store
store tags as binary type
@ error
throw a parse_error exception in case of a tag