Home | History | Annotate | Download | only in json

Lines Matching defs:Json

15 namespace Json {
29 /** \brief Outputs a Value in <a HREF="http://www.json.org">JSON</a> format without formatting (not human friendly).
31 * The JSON document is written in a single line. It is not intended for 'human' consumption,
53 /** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a human friendly way.
78 /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
80 * \return String containing the JSON document that represents the root value.
108 /** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a human friendly way,
135 /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
177 /// \see Json::operator>>()
180 } // namespace Json