Home
last modified time | relevance | path

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

12345

/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.
Dany.proto75 // JSON
77 // The JSON representation of an `Any` value uses the regular
93 // If the embedded message type is well-known and has a custom JSON
95 // `value` which holds the custom JSON in addition to the `@type`
/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.
DFlatBuffers.md50 schemas and JSON-like text representations at runtime efficiently if
51 needed (faster and more memory efficient than other JSON
70 ### But all the cool kids use JSON!
72 JSON is very readable (which is why we use it as our optional text
75 typed languages, however, JSON not only has the obvious drawback of runtime
167 …- [Parsing JSON to FlatBuffers in Java](http://frogermcs.github.io/json-parsing-with-flatbuffers-i…
/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/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/google-tv-pairing-protocol/java/src/com/google/polo/wire/
DWireFormat.java29 JSON, // JSON, implemented by JsonWireInterface enumConstant
42 case JSON: in getWireInterface()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/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/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.
Dconformance_test.cc259 case conformance::JSON: in RunValidInputTest()
286 if (requested_output != conformance::JSON) { in RunValidInputTest()
387 conformance::JSON, equivalent_text_format, in RunValidJsonTest()
390 conformance::JSON, equivalent_text_format, in RunValidJsonTest()
391 conformance::JSON); in RunValidJsonTest()
399 equivalent_text_format, conformance::JSON); in RunValidJsonTestWithProtobufInput()
413 request.set_requested_output_format(conformance::JSON); in RunValidJsonTestWithValidator()
455 request.set_requested_output_format(conformance::JSON); in ExpectParseFailureForJson()
479 request.set_requested_output_format(conformance::JSON); in ExpectSerializeFailureForJson()
/external/webrtc/webrtc/tools/rtcbot/
Dtest.js85 var response = JSON.parse(body);
149 (new Date()).getTime() +".json", JSON.stringify(this.output_),
/external/clang/docs/
DJSONCompilationDatabase.rst2 JSON Compilation Database Format Specification
47 A compilation database is a JSON file, which consist of an array of
75 - **command:** The compile command executed. After JSON unescaping,

12345