| ▼NJson | JSON (JavaScript Object Notation) | 
| ▼CSecureAllocator | |
| Crebind | |
| CFeatures | Configuration passed to reader and writer | 
| ▼CCharReader | Interface for reading JSON from a char array | 
| CFactory | |
| CCharReaderBuilder | Build a CharReader implementation | 
| CException | Base class for all exceptions we throw | 
| CRuntimeError | Exceptions which the user cannot easily avoid | 
| CLogicError | Exceptions thrown by JSON_ASSERT/JSON_FAIL macros | 
| CStaticString | Lightweight wrapper to tag static string | 
| CValue | Represents a JSON value | 
| CPathArgument | Experimental and untested: represents an element of the "path" to access a node | 
| CPath | Experimental and untested: represents a "path" to access a node | 
| CValueIteratorBase | Base class for Value iterators | 
| CValueConstIterator | Const iterator for object and array value | 
| CValueIterator | Iterator for object and array value | 
| ▼CStreamWriter | Usage: | 
| CFactory | A simple abstract factory | 
| CStreamWriterBuilder | Build a StreamWriter implementation |