JavaScript Object Notation Processing2.12.01.11.0
JavaScript Object Notation Processing
2.1
2.0
1.1
1.0
The Java API for JSON Processing (JSON-P) feature provides a standardized method for constructing and manipulating data to be rendered in JavaScript Object Notation (JSON).
Enabling this feature
To enable the JavaScript Object Notation Processing 1.1 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>jsonp-1.1</feature>