Home | History | Annotate | Download | only in json

Lines Matching defs:Json

17 namespace Json {
19 /** \brief Unserialize a <a HREF="http://www.json.org">JSON</a> document into a Value.
38 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a> document.
52 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a> document.
69 /// \see Json::operator>>(std::istream&, Json::Value&).
187 Always keep comments from the input JSON.
192 Json::Value root;
201 // The input stream JSON would be nested here.
207 \see Json::operator<<()
211 } // namespace Json