JavaScript Object Notation for Java 1.0
This feature provides access to the JavaScript Object Notation (JSON4J) library. The JSON4J library provides a simple Java model for constructing and manipulating data to be rendered as JSON data.
Enable this feature
To enable the JavaScript Object Notation for Java 1.0 feature, add the following element declaration into server.xml, inside the featureManager element:
<feature>json-1.0</feature>
Liberty API packages provided by this feature
- com.ibm.json.java
 - com.ibm.json.xml
 
Supported Java versions
- JavaSE-1.7
 - JavaSE-1.8
 - JavaSE-11.0
 - JavaSE-17.0
 - JavaSE-21.0
 - JavaSE-24.0
 
Features that enable this feature
- acmeCA-2.0
 - adminCenter-1.0
 - apiDiscovery-1.0
 - audit-1.0
 - batchManagement-1.0
 - collectiveController-1.0
 - healthAnalyzer-1.0
 - healthManager-1.0
 - jaxrs-1.1
 - jaxrs-2.0
 - jaxrsClient-2.0
 - mpHealth-1.0
 - mpHealth-2.0
 - mpHealth-2.1
 - mpHealth-2.2
 - mpHealth-3.0
 - mpHealth-3.1
 - mpHealth-4.0
 - mpMetrics-1.0
 - mpMetrics-1.1
 - mpMetrics-2.0
 - mpMetrics-2.2
 - mpMetrics-2.3
 - mpMetrics-3.0
 - mpMetrics-4.0
 - mpMetrics-5.0
 - mpMetrics-5.1
 - oauth-2.0
 - restConnector-1.0
 - restConnector-2.0
 - rtcomm-1.0
 - scalingController-1.0
 - scalingMember-1.0
 - scim-1.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.json-1.0; type="osgi.subsystem.feature"