35 if (et == syntax_error_in_pointer_string_e)
37 snprintf(m_message, max_message_length,
"syntax error in pointer string at byte %d", byte_index);
41 strncpy(m_message,
"generic", max_message_length);
Base class for all exceptions thrown by the library.
#define NAMESPACE
You can change the namespace of the whole library by changing this value.
Common defs needed everywhere and, as far as is possible, platform specific changes.
The json_pointer_exception class.