JavaScript Object Notation Processing 1.1
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).
Enable this feature
To enable the JavaScript Object Notation Processing 1.1 feature, add the following element declaration into the server.xml file, inside the featureManager element:
<feature>jsonp-1.1</feature>
Standard API packages provided by this feature
- javax.json
- javax.json.spi
- javax.json.stream
Supported Java versions
- JavaSE-1.8
- JavaSE-11.0
- JavaSE-17.0
- JavaSE-21.0
- JavaSE-24.0
Platform Versions
- javaee-8.0
- jakartaee-8.0
Features that enable this feature
- javaeeClient-8.0
- jaxrsClient-2.1
- jsonb-1.0
- jsonbContainer-1.0
- microProfile-1.2
- microProfile-1.3
- microProfile-1.4
- microProfile-2.0
- microProfile-2.1
- microProfile-2.2
- microProfile-3.0
- microProfile-3.2
- microProfile-3.3
- microProfile-4.0
- microProfile-4.1
- mpHealth-1.0
- mpHealth-2.0
- mpHealth-2.1
- mpHealth-2.2
- mpHealth-3.0
- mpHealth-3.1
- mpJwt-1.0
- mpJwt-1.1
- mpJwt-1.2
- mpRestClient-1.0
- mpRestClient-1.1
- mpRestClient-1.2
- mpRestClient-1.3
- mpRestClient-1.4
- mpRestClient-2.0
- webProfile-8.0
Develop a feature that depends on this feature
If we are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
com.ibm.websphere.appserver.jsonp-1.1; type="osgi.subsystem.feature"