key_value_error

Defined in header: <orcus/json_document_tree.hpp>

class key_value_error : public orcus::json::document_error

Exception that gets thrown due to ambiguity when you specify a braced list that can be interpreted either as a key-value pair inside an object or as values of an array.

Public Functions

key_value_error(const std::string &msg)
virtual ~key_value_error()