Argo  1.0
A C++ library for handling JSON.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nargo
 Cfd_readerA derived class of reader that reads from POSIX file descriptors
 Cfd_writerA derived class of writer that writes to POSIX file descriptors
 Cfile_readerA derived class of reader that reads from stdio FILEs
 Cfile_writerA derived class of writer that writes to stdio FILEs
 CjsonAll json things are represented by instances of this class
 Cjson_array_index_range_exceptionSpecific class of exceptions for an invalid object key
 Cjson_exceptionBase class for all exceptions thrown by the library
 Cjson_invalid_key_exceptionSpecific class of exceptions for an invalid object key
 Cjson_io_exceptionSpecific class of exceptions for IO errors of various types
 Cjson_parser_exceptionException class for parser errors
 Cjson_pointer_exceptionSpecific class of exceptions for IO errors of various types
 Cjson_utf8_exceptionException class for errors translating to and from UTF-8 strings
 ClexerA lexical analyser for JSON messages
 CparserA recursive decent parser for JSON messages
 CpointerJSON pointers as per the RFT
 CtokenTokens in a JSON pointer
 CreaderA class to read JSON messages from various types of input stream
 Cstream_readerA class to read JSON messages from C++ istreams
 Cstream_writerA class to write JSON messages to a C++ istream
 CtokenLexical tokens read from a JSON message
 CunparserClass to unparse json instances into JSON messages
 Cutf8Methods to convert JSON format string to UTF-8 and vice-versa
 CwriterSimple proxy for write operations on various types of stream