JsonCpp 1.10.0
JSON data format manipulation library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
NJsonJSON (JavaScript Object Notation)
 CCharReaderInterface for reading JSON from a char array
   CStructuredError
   CFactory
   CImpl
  CCharReaderBuilderBuild a CharReader implementation
  CConstMemberProxyProxy struct to enable range-based for loops over const object members
  CExceptionBase class for all exceptions we throw
  CFastWriterOutputs a Value in JSON format without formatting (not human friendly)
  CFeaturesConfiguration passed to reader and writer
  CLogicErrorExceptions thrown by JSON_ASSERT/JSON_FAIL macros
  CMemberProxyProxy struct to enable range-based for loops over object members
  CPathExperimental and untested: represents a "path" to access a node
  CPathArgumentExperimental and untested: represents an element of the "path" to access a node
 CReaderUnserialize a JSON document into a Value
   CStructuredErrorAn error tagged with where in the JSON text it was encountered
  CRuntimeErrorExceptions which the user cannot easily avoid
 CSecureAllocator
   Crebind
  CStaticStringLightweight wrapper to tag static string
 CStreamWriterUsage:
   CFactoryA simple abstract factory
  CStreamWriterBuilderBuild a StreamWriter implementation
  CStyledStreamWriterWrites a Value in JSON format in a human friendly way, to a stream rather than to a string
  CStyledWriterWrites a Value in JSON format in a human friendly way
  CValueRepresents a JSON value
  CValueConstIteratorConst iterator for object and array value
  CValueConstMembersIteratorIterator adapter for range-based for loops
  CValueConstMembersViewRange-based for loop adapter for object members
  CValueIteratorIterator for object and array value
  CValueIteratorBaseBase class for Value iterators
  CValueMembersIteratorIterator adapter for range-based for loops
  CValueMembersViewRange-based for loop adapter for object members
  CWriterAbstract class for writers