Open Lighting Architecture
0.9.0
|
A raw value, useful if you want to cheat.
Public Member Functions | |
JsonRawValue (const std::string &value) | |
Create a new JsonRawValue. | |
void | ToString (std::ostream *output, unsigned int) const |
Output the string representation of this value to an ostream. |
Additional Inherited Members | |
Protected Member Functions inherited from ola::web::JsonValue | |
void | Indent (std::ostream *output, unsigned int indent) const |
Append the give number of spaces to the output stream. | |
Static Protected Attributes inherited from ola::web::JsonValue | |
static const unsigned int | DEFAULT_INDENT = 2 |
the default indent level |
|
inlineexplicit |
Create a new JsonRawValue.
value | the raw data to insert. |
|
inlinevirtual |
Output the string representation of this value to an ostream.
output | the ostream to output to. |
indent | the number of spaces to prepend. |
Implements ola::web::JsonValue.