@ProviderType
public interface JSONFactory
String convertJSONMLArrayToXML(String jsonml)
String convertJSONMLObjectToXML(String jsonml)
String convertXMLtoJSONMLArray(String xml)
String convertXMLtoJSONMLObject(String xml)
JSONTransformer createJavaScriptNormalizerJSONTransformer(List<String> javaScriptAttributes)
JSONArray createJSONArray()
JSONArray createJSONArray(String json) throws JSONException
JSONException
<T> JSONDeserializer<T> createJSONDeserializer()
JSONObject createJSONObject()
JSONObject createJSONObject(String json) throws JSONException
JSONException
JSONSerializer createJSONSerializer()
JSONValidator createJSONValidator(String jsonSchema) throws JSONException
JSONException
Object deserialize(JSONObject jsonObj)
Object deserialize(String json)
String getNullJSON()
JSONObject getUnmodifiableJSONObject()
Object looseDeserialize(String json)
<T> T looseDeserialize(String json, Class<T> clazz)
String looseSerialize(Object object)
String looseSerialize(Object object, JSONTransformer jsonTransformer, Class<?> clazz)
String looseSerialize(Object object, String... includes)
String looseSerializeDeep(Object object)
String looseSerializeDeep(Object object, JSONTransformer jsonTransformer, Class<?> clazz)
String serialize(Object object)
String serializeThrowable(Throwable throwable)