|
spirit2json
A JSON parser/generator written with boost spirit
|
Static visitor for pretty printing a JSONValue variant to an std::wostream. More...
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 |
Static visitor for pretty printing a JSONValue variant to an std::wostream.
1.7.5.1