![]() |
Open Lighting Architecture 0.10.9
|
A class to serialize a JSONValue to text.
Static Public Member Functions | |
| static void | Write (std::ostream *output, const JsonValue &value) |
| Write the string representation of the JsonValue to a ostream. | |
| static std::string | AsString (const JsonValue &value) |
| Get the string representation of the JsonValue. | |
|
static |