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