Searched defs:JSON (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/json2/json2/1.0/
H A Djson2-1.0.js9 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');
96 text = JSON
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/model/
H A DCommonType.java38 JSON(), XML(); enum constant in enum:CommonType
H A DContentType.java37 JSON_HOME("application/json-home", CommonType.JSON),
38 JSON("application/json", CommonType.JSON), enum constant in enum:ContentType
40 XACML_PLUS_JSON("application/xacml+json", CommonType.JSON),
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/model/
H A DCommonType.java38 JSON(), XML(); enum constant in enum:CommonType
H A DContentType.java37 JSON_HOME("application/json-home", CommonType.JSON),
38 JSON("application/json", CommonType.JSON), enum constant in enum:ContentType
40 XACML_PLUS_JSON("application/xacml+json", CommonType.JSON),
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DResourceBase.java53 public enum MimeType {PLAIN, JSON}; enum constant in enum:ResourceBase.MimeType
97 if (MimeType.JSON == mimeType) {
113 if (MimeType.JSON == mimeType) {
146 if (MimeType.JSON == mimeType) {
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DResourceBase.java53 public enum MimeType {PLAIN, JSON}; enum constant in enum:ResourceBase.MimeType
97 if (MimeType.JSON == mimeType) {
113 if (MimeType.JSON == mimeType) {
146 if (MimeType.JSON == mimeType) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java61 public static MarshallerFactory JSON = new MarshallerFactory("JSON"); field in class:MarshallerFactory
73 // No support for JSON yet
74 if (protocol.equals("JSON")) {
567 // Marshalling w/ JSON
570 * Marshall the Token into JSON format.
663 * Marshall an Attribute object into JSON.
750 * Marshall an Exception class into JSON format.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java61 public static MarshallerFactory JSON = new MarshallerFactory("JSON"); field in class:MarshallerFactory
73 // No support for JSON yet
74 if (protocol.equals("JSON")) {
567 // Marshalling w/ JSON
570 * Marshall the Token into JSON format.
663 * Marshall an Attribute object into JSON.
750 * Marshall an Exception class into JSON format.

Completed in 29 milliseconds