Enum cbor_tag_handler_t
Defined in File json.hpp
Enum Documentation
-
enum class detail::cbor_tag_handler_t
how to treat CBOR tags
Values:
-
enumerator error
throw a parse_error exception in case of a tag
-
enumerator ignore
ignore tags
-
enumerator store
store tags as binary type
-
enumerator error