Lines Matching refs:json
34 // Return a slightly nicer formatted json string (pads with whitespace to
39 // Given a root node, generates a JSON string and puts it into |json|.
40 // TODO(tc): Should we generate json if it would be invalid json (e.g.,
43 static bool Write(const Value& node, std::string* json);
49 std::string* json);
52 JSONWriter(int options, std::string* json);
54 // Called recursively to build the JSON string. When completed,
55 // |json_string_| will contain the JSON.
65 // Where we write JSON data as we generate it.