Enum cbor_tag_handler_t
Defined in File json.hpp
Enum Documentation
-
enum class nlohmann::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 error