Home
last modified time | relevance | path

Searched refs:JSON (Results 1 – 25 of 149) sorted by relevance

123456

/external/protobuf/src/google/protobuf/
Dwrappers.proto51 // The JSON representation for `DoubleValue` is JSON number.
59 // The JSON representation for `FloatValue` is JSON number.
67 // The JSON representation for `Int64Value` is JSON string.
75 // The JSON representation for `UInt64Value` is JSON string.
83 // The JSON representation for `Int32Value` is JSON number.
91 // The JSON representation for `UInt32Value` is JSON number.
99 // The JSON representation for `BoolValue` is JSON `true` and `false`.
107 // The JSON representation for `StringValue` is JSON string.
115 // The JSON representation for `BytesValue` is JSON string.
Dstruct.proto51 // The JSON representation for `Struct` is JSON object.
62 // The JSON representation for `Value` is JSON value.
84 // The JSON representation for `NullValue` is JSON `null`.
92 // The JSON representation for `ListValue` is JSON array.
/external/python/cpython2/Doc/library/
Djson.rst1 :mod:`json` --- JSON encoder and decoder
5 :synopsis: Encode and decode the JSON format.
10 `JSON (JavaScript Object Notation) <http://json.org>`_, specified by
55 Decoding JSON::
67 Specializing JSON object decoding::
115 JSON is a subset of `YAML <http://yaml.org/>`_ 1.2. The JSON produced by
129 Serialize *obj* as a JSON formatted stream to *fp* (a ``.write()``-supporting
153 ``inf``, ``-inf``) in strict compliance of the JSON specification.
157 If *indent* is a non-negative integer, then JSON array elements and object
169 tuple. By default, ``(', ', ': ')`` are used. To get the most compact JSON
[all …]
/external/jsmn/
DREADME.md2 jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can be easily integrated in…
3 You can find more information about JSON format at json.org
7JSON parsers offer you a bunch of functions to load JSON data, parse it and extract any value by i…
8 JSON format itself is extremely simple, so why should we complicate it?
21 The rudimentary jsmn object is a token. Let's consider a JSON string:
27 In jsmn, tokens do not hold any data, but point to token boundaries in JSON string instead. In the …
28 Every jsmn token has a type, which indicates the type of corresponding JSON token. jsmn supports th…
34 This approach provides enough information for parsing any JSON data and makes it possible to use ze…
49 Note: Unlike JSON data types, primitive tokens are not divided into numbers, booleans and null, bec…
60 …the previous symbol before final quote. This was made to simplify string extraction from JSON data.
[all …]
/external/llvm/test/Other/
Dstatistic.ll1 …RUN: opt < %s -o /dev/null -instsimplify -stats -stats-json 2>&1 | FileCheck %s --check-prefix=JSON
2 …null -instsimplify -stats -stats-json -info-output-file %t && FileCheck %s < %t --check-prefix=JSON
7 ; JSON: {
8 ; JSON: "instsimplify.NumSimplified": 1
9 ; JSON: }
/external/flatbuffers/docs/source/
DBenchmarks.md6 overhead), Rapid JSON (one of the fastest C++ JSON parsers around),
16 intended), and also with JSON as the wire format with the optional JSON
17 parser (which, using a schema, parses JSON into a binary buffer that can
24 … | FlatBuffers (binary) | Protocol Buffers LITE | Rapid JSON | FlatBuffers (JSON) …
47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
/external/jsoncpp/doc/
Djsoncpp.dox5 <a HREF="http://www.json.org/">JSON (JavaScript Object Notation)</a>
10 Here is an example of JSON data:
31 - read and write JSON document
33 - rewrite JSON document preserving original comments
35 Notes: Comments used to be supported in JSON but where removed for
75 // Make a new JSON document for the configuration. Preserve original comments.
78 // You can also use streams. This will put the contents of any JSON
101 - <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.
/external/jsoncpp/
DREADME.md4 [JSON][json-org] is a lightweight data-interchange format. It can represent
10 JsonCpp is a C++ library that allows manipulating JSON values, including
45 Note that Python is also required to run the JSON reader/writer tests. If
181 * a `TESTNAME.json` file, that contains the input document in JSON format.
187 * each line represents a JSON element of the element tree represented by the
205 * `test_complex_01.json`: input JSON document.
206 * `test_complex_01.expected`: flattened JSON element tree used to check if
208 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest`
210 * `test_complex_01.rewrite`: JSON document written by `jsontest` using the
213 * `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
/external/python/cpython2/Lib/json/tests/
Dtest_pass2.py5 JSON = r''' variable
12 res = self.loads(JSON)
Dtest_pass1.py5 JSON = r''' variable
69 res = self.loads(JSON)
Dtest_pass3.py5 JSON = r''' variable
18 res = self.loads(JSON)
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DRTCICECandidate+JSON.m11 #import "RTCICECandidate+JSON.h"
21 @implementation RTCICECandidate (JSON) category
44 RTCLogError(@"Error serializing JSON: %@", error);
DARDSignalingMessage.m16 #import "RTCICECandidate+JSON.h"
17 #import "RTCSessionDescription+JSON.h"
40 RTCLogError(@"Error parsing signaling message JSON.");
DRTCSessionDescription+JSON.m11 #import "RTCSessionDescription+JSON.h"
16 @implementation RTCSessionDescription (JSON) category
DRTCMediaConstraints+JSON.m11 #import "RTCMediaConstraints+JSON.h"
17 @implementation RTCMediaConstraints (JSON) category
DRTCICEServer+JSON.m11 #import "RTCICEServer+JSON.h"
19 @implementation RTCICEServer (JSON) category
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
DREADME.chromium1 Name: Perf to JSON conversion script
12 Script for converting perf script events into tracing JSON.
/external/mesa3d/src/gallium/tools/trace/
DREADME.txt19 You can dump a JSON file describing the static state at any given draw call
33 You can compare two JSON files by doing
38 and bad trace, dump respective state in JSON, and then compare the states to
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
DWireFormat.java29 JSON, // JSON, implemented by JsonWireInterface enumConstant
42 case JSON: in getWireInterface()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DREADME.google7 JSON is a set of java files for use in transmitting data in JSON format.
DLICENSE1 JSON
3 Copyright (c) 2002 JSON.org
/external/webrtc/webrtc/
Dwebrtc_examples.gyp218 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.h',
219 'examples/objc/AppRTCDemo/RTCICECandidate+JSON.m',
220 'examples/objc/AppRTCDemo/RTCICEServer+JSON.h',
221 'examples/objc/AppRTCDemo/RTCICEServer+JSON.m',
222 'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h',
223 'examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m',
224 'examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h',
225 'examples/objc/AppRTCDemo/RTCSessionDescription+JSON.m',
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
DPostExample.java11 public static final MediaType JSON field in PostExample
17 RequestBody body = RequestBody.create(JSON, json); in post()
/external/swiftshader/third_party/subzero/bloat/
DREADME.chromium1 Name: Bloat - Generate webtreemap-compatible JSON summaries of binary size
12 Generate webtreemap-compatible JSON summaries of binary size.
/external/protobuf/conformance/
Dconformance.proto64 JSON = 2; enumerator
70 // 2. parse the protobuf or JSON payload in "payload" (which may fail)
73 // The payload (whether protobuf of JSON) is always for a TestAllTypes proto
108 // If the input was successfully parsed and the requested output was JSON,
109 // serialize to JSON and set it in this field.
113 // wasn't supported, like JSON input/output.
250 // Test field-name-to-JSON-name convention.

123456