Package net.minidev.json
package net.minidev.json
-
ClassDescriptionA JSON array.Beans that support customized output of JSON text shall implement this interface.Beans that support advanced output of JSON text shall implement this interface.JSONNavi<T>A JQuery like Json editor, accessor.A JSON object.Beans that support customized output of JSON text to a writer shall implement this interface.Beans that support customized output of JSON text to a writer shall implement this interface.JSONStyle object configure JSonSerializer reducing output sizeJSONValue is the helper class In most of case you should use those static method to user JSON-smart The most commonly use method are
JSONValue.parse(String)
JSONValue.toJSONString(Object)