The namespace prefix is json and the namespace declaration is http://www.volantis.com/xmlns/2009/07/json.
The namespace prefix is json and the namespace declaration is http://www.volantis.com/xmlns/2009/07/json.
Name | Purpose |
---|---|
json:array | Represents a JSON array structure. |
json:boolean | Represents a JSON boolean value. |
json:inline | Container for the JSON elements that allows them to be used within a Client Framework 2 page. |
json:null | Represents a JSON null value. |
json:number | Represents a JSON number value. |
json:object | Represents a JSON object structure. |
json:property | Represents a JSON property. |
json:response | Container for the JSON elements in a response page, i.e. a page sent as an answer to an AJAX request. The element ensures that the response has the correct type of application/json. |
json:string | Represents a JSON string value. |