Package io.microsphere.json
Fork the source code from org.json
- Since:
- 1.0.0
- Author:
- Mercy
-
Class Summary Class Description JSONArray A dense indexed sequence of values.JSONObject A modifiable set of name/value mappings.JSONStringer ImplementsJSONObject.toString()
andJSONArray.toString()
.JSONTokener Parses a JSON (RFC 4627) encoded string into the corresponding object.JSONUtils Utility class for generating and manipulating JSON strings. -
Exception Summary Exception Description JSONException Thrown to indicate a problem with the JSON API.