![]() |
Writes a Value in JSON format in a human friendly way. More...
#include <json.h>
Public Member Functions | |
| StyledWriter () | |
| ~StyledWriter () override=default | |
| String | write (const Value &root) override |
| Serialize a Value in JSON format. More... | |
Public Member Functions inherited from Json::Writer | |
| virtual | ~Writer () |
Writes a Value in JSON format in a human friendly way.
The rules for line break and indent are as follow:
If the Value have comments then they are outputed according to their CommentPlacement.
|
default |
|
overridedefault |
Serialize a Value in JSON format.
| root | Value to serialize. |
Implements Json::Writer.
1.8.11