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

  /external/webkit/LayoutTests/fast/js/resources/
json2-es5-compat.js 2 http://www.JSON.org/json2.js
9 See http://www.JSON.org/js.html
11 This file creates a global JSON object containing two methods: stringify
14 JSON.stringify(value, replacer, space)
28 This method produces a JSON text from a JavaScript value.
65 Values that do not have JSON representations, such as undefined or
68 a replacer function to replace those with JSON values.
69 JSON.stringify(undefined) returns undefined.
81 text = JSON.stringify(['e', {pluribus: 'unum'}]);
85 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t')
    [all...]
  /external/webkit/PerformanceTests/SunSpider/hosted/
json2.js 2 http://www.JSON.org/json2.js
9 See http://www.JSON.org/js.html
19 This file creates a global JSON object containing two methods: stringify
22 JSON.stringify(value, replacer, space)
36 This method produces a JSON text from a JavaScript value.
73 Values that do not have JSON representations, such as undefined or
76 a replacer function to replace those with JSON values.
77 JSON.stringify(undefined) returns undefined.
89 text = JSON.stringify(['e', {pluribus: 'unum'}]);
93 text = JSON.stringify(['e', {pluribus: 'unum'}], null, '\t')
    [all...]
  /external/v8/src/
json.js 28 var $JSON = global.JSON;
342 InstallFunctions($JSON, DONT_ENUM, $Array(
d8.js 103 JSON: 2 };
124 var trace_debug_json = false; // Tracing all debug json packets?
141 // Process a debugger JSON message into a display text and a running status.
148 // Convert the JSON string to an object.
292 // Converts a text command to a JSON request.
303 // If the very first character is a { assume that a JSON request have been
304 // entered as a command. Converting that to a JSON request is trivial.
498 // Return undefined to indicate command handled internally (no JSON).
506 // Return undefined to indicate command handled internally (no JSON).
536 var json = '{'
    [all...]
debug-debugger.js 67 JSON: 2 };
    [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;
23 // Note: this class was written without inspecting the non-free org.json sourcecode.
91 throw JSON.typeMismatch(object, "JSONArray");
96 * Creates a new {@code JSONArray} with values from the JSON string.
98 * @param json a JSON-encoded string containing an array.
102 public JSONArray(String json) throws JSONException {
103 this(new JSONTokener(json));
131 values.add(JSON.checkDouble(value));
230 JSON.checkDouble(((Number) value).doubleValue())
    [all...]
JSONObject.java 17 package org.json;
24 // Note: this class was written without inspecting the non-free org.json sourcecode.
90 * <li>are included in the encoded JSON string.
158 throw JSON.typeMismatch(object, "JSONObject");
163 * Creates a new {@code JSONObject} with name/value mappings from the JSON
166 * @param json a JSON-encoded string containing an object.
170 public JSONObject(String json) throws JSONException {
171 this(new JSONTokener(json));
216 nameValuePairs.put(checkName(name), JSON.checkDouble(value))
    [all...]
  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 362 milliseconds