HomeSort by relevance Sort by last modified time
    Searched defs:Json (Results 1 - 24 of 24) sorted by null

  /external/jsoncpp/include/json/
forwards.h 13 namespace Json {
41 } // namespace Json
features.h 13 namespace Json {
24 * - Root object can be any JSON value
29 /** \brief A configuration that is strictly compatible with the JSON
55 } // namespace Json
config.h 9 /// If defined, indicates that json library is embedded in CppTL library.
12 /// If defined, indicates that json may leverage CppTL library
18 /// If defined, indicates that Json specific container should be used
65 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for
90 namespace Json {
110 } // end namespace Json
writer.h 22 namespace Json {
35 /** \brief Outputs a Value in <a HREF="http://www.json.org">JSON</a> format
38 * The JSON document is written in a single line. It is not intended for 'human'
51 * Strictly speaking, this is not valid JSON. But when the output is being
71 /** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a
100 /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
102 * \return String containing the JSON document that represents the root value
    [all...]
reader.h 25 namespace Json {
27 /** \brief Unserialize a <a HREF="http://www.json.org">JSON</a> document into a
36 /** \brief An error tagged with where in the JSON text it was encountered.
58 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
75 /** \brief Read a Value from a <a HREF="http://www.json.org">JSON</a>
99 /// \see Json::operator>>(std::istream&, Json::Value&)
    [all...]
value.h 31 /** \brief JSON (JavaScript Object Notation).
33 namespace Json {
69 * Json::Value aValue( StaticString("some text") );
70 * Json::Value object;
87 /** \brief Represents a <a HREF="http://www.json.org">JSON</a> value.
126 typedef Json::UInt UInt;
127 typedef Json::Int Int;
129 typedef Json::UInt64 UInt64;
130 typedef Json::Int64 Int64
    [all...]
  /external/jsoncpp/src/lib_json/
json_tool.h 15 namespace Json {
85 } // namespace Json {
json_batchallocator.h 14 namespace Json {
117 } // namespace Json
json_writer.cpp 7 #include <json/writer.h>
29 namespace Json {
79 // that always has a decimal point because JSON doesn't distingish the
150 // Even though \/ is considered a legal escape in JSON, a bare
685 Json::StyledStreamWriter writer;
690 } // namespace Json
json_reader.cpp 7 #include <json/assertions.h>
8 #include <json/reader.h>
9 #include <json/value.h>
29 namespace Json {
143 "A valid JSON document must be either an array or an object value.",
875 Json::Reader reader;
887 } // namespace Json
json_value.cpp 7 #include <json/assertions.h>
8 #include <json/value.h>
9 #include <json/writer.h>
26 namespace Json {
65 static inline double integerToDouble(Json::UInt64 value) {
98 "in Json::Value::duplicateStringValue(): "
109 } // namespace Json
127 namespace Json {
150 "in Json::Value::setComment(): Comments must start with /");
483 // attempt to take address of bit-field structure member `Json::Value::type_
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Json.java 43 /** Reads/writes Java objects to/from JSON, automatically. See the wiki for usage:
44 * https://github.com/libgdx/libgdx/wiki/Reading-%26-writing-JSON
46 public class Json {
64 public Json () {
68 public Json (OutputType outputType) {
72 /** When true, fields in the JSON that are not found on the class will not throw a {@link SerializationException}. Default is
94 /** Sets a tag to use instead of the fully qualifier class name. This can make the JSON easier to read. */
110 /** Sets the name of the JSON field to store the Java class name or class tag when required to avoid ambiguity during
243 /** Sets the writer where JSON output will be written. This is only necessary when not using the toJson methods. */
255 /** Writes all fields of the specified object to the current JSON object. *
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 825 milliseconds