spirit2json
A JSON parser/generator written with boost spirit
Public Member Functions
spirit2json::prettyPrinter Class Reference

Static visitor for pretty printing a JSONValue variant to an std::wostream. More...

List of all members.

Public Member Functions

 prettyPrinter (std::wostream &out, unsigned int level=0)
JSONString indent (unsigned int l) const
void operator() (JSONNull &) const
void operator() (JSONArray &arr) const
void operator() (JSONObject &obj) const
void operator() (JSONBool &b) const
void operator() (JSONString &str) const
void operator() (JSONNumber &num) const

Detailed Description

Static visitor for pretty printing a JSONValue variant to an std::wostream.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator