Searched refs:JSON (Results 1 – 25 of 123) sorted by relevance
12345
51 // 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.
51 // 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.
75 // JSON77 // The JSON representation of an `Any` value uses the regular93 // If the embedded message type is well-known and has a custom JSON95 // `value` which holds the custom JSON in addition to the `@type`
2 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.org7 …JSON 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 …]
1 …RUN: opt < %s -o /dev/null -instsimplify -stats -stats-json 2>&1 | FileCheck %s --check-prefix=JSON2 …null -instsimplify -stats -stats-json -info-output-file %t && FileCheck %s < %t --check-prefix=JSON7 ; JSON: {8 ; JSON: "instsimplify.NumSimplified": 19 ; JSON: }
6 overhead), Rapid JSON (one of the fastest C++ JSON parsers around),16 intended), and also with JSON as the wire format with the optional JSON17 parser (which, using a schema, parses JSON into a binary buffer that can24 … | FlatBuffers (binary) | Protocol Buffers LITE | Rapid JSON | FlatBuffers (JSON) …47 - YAML: a superset of JSON and otherwise very similar. Used by e.g. Unity.
50 schemas and JSON-like text representations at runtime efficiently if51 needed (faster and more memory efficient than other JSON70 ### But all the cool kids use JSON!72 JSON is very readable (which is why we use it as our optional text75 typed languages, however, JSON not only has the obvious drawback of runtime167 …- [Parsing JSON to FlatBuffers in Java](http://frogermcs.github.io/json-parsing-with-flatbuffers-i…
5 <a HREF="http://www.json.org/">JSON (JavaScript Object Notation)</a>10 Here is an example of JSON data:31 - read and write JSON document33 - rewrite JSON document preserving original comments35 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 JSON101 - <a HREF="http://www.json.org/">JSON</a> Specification and alternate language implementations.
4 [JSON][json-org] is a lightweight data-interchange format. It can represent10 JsonCpp is a C++ library that allows manipulating JSON values, including45 Note that Python is also required to run the JSON reader/writer tests. If181 * 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 the205 * `test_complex_01.json`: input JSON document.206 * `test_complex_01.expected`: flattened JSON element tree used to check if208 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest`210 * `test_complex_01.rewrite`: JSON document written by `jsontest` using the213 * `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
11 #import "RTCICECandidate+JSON.h"21 @implementation RTCICECandidate (JSON) category44 RTCLogError(@"Error serializing JSON: %@", error);
16 #import "RTCICECandidate+JSON.h"17 #import "RTCSessionDescription+JSON.h"40 RTCLogError(@"Error parsing signaling message JSON.");
11 #import "RTCSessionDescription+JSON.h"16 @implementation RTCSessionDescription (JSON) category
11 #import "RTCMediaConstraints+JSON.h"17 @implementation RTCMediaConstraints (JSON) category
11 #import "RTCICEServer+JSON.h"19 @implementation RTCICEServer (JSON) category
1 Name: Perf to JSON conversion script12 Script for converting perf script events into tracing JSON.
29 JSON, // JSON, implemented by JsonWireInterface enumConstant42 case JSON: in getWireInterface()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
7 JSON is a set of java files for use in transmitting data in JSON format.
1 JSON3 Copyright (c) 2002 JSON.org
218 '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',
11 public static final MediaType JSON field in PostExample17 RequestBody body = RequestBody.create(JSON, json); in post()
64 JSON = 2; enumerator70 // 2. parse the protobuf or JSON payload in "payload" (which may fail)73 // The payload (whether protobuf of JSON) is always for a TestAllTypes proto108 // 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.
259 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()
85 var response = JSON.parse(body);149 (new Date()).getTime() +".json", JSON.stringify(this.output_),
2 JSON Compilation Database Format Specification47 A compilation database is a JSON file, which consist of an array of75 - **command:** The compile command executed. After JSON unescaping,