void Json::ToFile(const string&in filename, const Value@ value, bool pretty = false)
Serializes a Json value tree to a file.
string filename
string
filename
const Json::Value@ value
const Json::Value@
value
bool pretty
bool
pretty