TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ error_handler_t

how to treat decoding errors

Enumerator
strict 

throw a type_error exception in case of invalid UTF-8

replace 

replace invalid UTF-8 sequences with U+FFFD

ignore 

ignore invalid UTF-8 sequences

Definition at line 16619 of file json.hpp.

16620{
16621 strict,
16622 replace,
16623 ignore
16624};
@ strict
throw a type_error exception in case of invalid UTF-8