Home | History | Annotate | Download | only in json

Lines Matching refs:string

18 //   UTF-8 string for the JSONReader::JsonToValue() function may start with a
22 // Unicode string (converted from the input UTF-8 string) before parsing it.
31 #include <string>
77 // String versions of parse error codes.
96 // instance. If |json| is not a properly formed JSON string, returns NULL.
111 std::string* error_msg_out);
114 // Returns an empty string if error_code is JSON_NO_ERROR.
115 static std::string ErrorCodeToString(JsonParseError error_code);
117 // Parses an input string into a Value that is owned by the caller.
118 Value* ReadToValue(const std::string& json);
124 // Converts error_code_ to a human-readable string, including line and column
126 std::string GetErrorMessage() const;