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

  /external/v8/test/webkit/resources/
json2-es5-compat.js 6 http://www.JSON.org/json2.js
13 See http://www.JSON.org/js.html
15 This file creates a global JSON object containing two methods: stringify
18 JSON.stringify(value, replacer, space)
32 This method produces a JSON text from a JavaScript value.
69 Values that do not have JSON representations, such as undefined or
72 a replacer function to replace those with JSON values.
73 JSON.stringify(undefined) returns undefined.
85 text = JSON.stringify(['e', {pluribus: 'unum'}]);
89 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t')
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
WireFormat.java 20 import com.google.polo.wire.json.JsonWireAdapter;
29 JSON, // JSON, implemented by JsonWireInterface
42 case JSON:
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
PostExample.java 11 public static final MediaType JSON
12 = MediaType.parse("application/json; charset=utf-8");
16 String post(String url, String json) throws IOException {
17 RequestBody body = RequestBody.create(JSON, json);
40 String json = example.bowlingJson("Jesse", "Jake"); local
41 String response = example.post("http://www.roundsapp.com/post", json);
  /external/v8/src/
json.js 12 var $JSON = global.JSON;
223 // Set up non-enumerable properties of the JSON object.
224 InstallFunctions($JSON, DONT_ENUM, $Array(
234 // JSON Builtins
d8.js 80 JSON: 2 };
101 var trace_debug_json = false; // Tracing all debug json packets?
114 // Process a debugger JSON message into a display text and a running status.
121 // Convert the JSON string to an object.
261 // Converts a text command to a JSON request.
272 // If the very first character is a { assume that a JSON request have been
273 // entered as a command. Converting that to a JSON request is trivial.
467 // Return undefined to indicate command handled internally (no JSON).
475 // Return undefined to indicate command handled internally (no JSON).
498 var json = '{'
    [all...]
debug-debugger.js 47 JSON: 2 };
1066 return JSON.stringify(ObjectToProtocolObject_(o));
    [all...]
  /libcore/json/src/main/java/org/json/
JSON.java 17 package org.json;
19 class JSON {
21 * Returns the input if it is a JSON-permissible value; throws otherwise.
JSONArray.java 17 package org.json;
25 // Note: this class was written without inspecting the non-free org.json sourcecode.
96 throw JSON.typeMismatch(object, "JSONArray");
101 * Creates a new {@code JSONArray} with values from the JSON string.
103 * @param json a JSON-encoded string containing an array.
107 public JSONArray(String json) throws JSONException {
108 this(new JSONTokener(json));
150 values.add(JSON.checkDouble(value));
194 JSON.checkDouble(((Number) value).doubleValue())
    [all...]
JSONObject.java 17 package org.json;
26 // Note: this class was written without inspecting the non-free org.json sourcecode.
92 * <li>are included in the encoded JSON string.
160 throw JSON.typeMismatch(object, "JSONObject");
165 * Creates a new {@code JSONObject} with name/value mappings from the JSON
168 * @param json a JSON-encoded string containing an object.
172 public JSONObject(String json) throws JSONException {
173 this(new JSONTokener(json));
218 nameValuePairs.put(checkName(name), JSON.checkDouble(value))
    [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /external/jetty/src/java/org/eclipse/jetty/util/ajax/
JSON.java 41 * JSON Parser and Generator.
43 * This class provides some static methods to convert POJOs to and from JSON
44 * notation. The mapping from JSON to java is:
55 * The java to JSON mapping is:
68 * The interface {@link JSON.Convertible} may be implemented by classes that
69 * wish to externalize and initialize specific fields to and from JSON objects.
72 * The interface {@link JSON.Generator} may be implemented by classes that know
73 * how to render themselves as JSON and the {@link #toString(Object)} method
74 * will use {@link JSON.Generator#addJSON(Appendable)} to generate the JSON
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /external/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 93 "JSON": "['parse', 'stringify']"
131 "JSON"
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/v8/include/
v8.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.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 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 367 milliseconds