tudocomp
– The TU Dortmund Compression Framework
|
Represents a single value that can be represented as a JSON string. More...
#include <Json.hpp>
Public Member Functions | |
virtual void | str (std::ostream &s, unsigned int level=0) const =0 |
Writes this value's JSON string representation into the given output stream. More... | |
std::string | str () const |
Returns this value's JSON string representation. More... | |
Represents a single value that can be represented as a JSON string.
|
pure virtual |
Writes this value's JSON string representation into the given output stream.
s | the output stream to write to |
level | the indentation level |
Implemented in tdc::json::Object, tdc::json::Array, and tdc::json::TValue< T >.
|
inline |