Uses of Interface
org.json.simple.Jsonable
| Package | Description | 
|---|---|
| org.json.simple | 
 
This is json-simple release 2.3.0 2017-10-04
retrieved from github. 
 | 
- 
Uses of Jsonable in org.json.simple
Classes in org.json.simple that implement Jsonable Modifier and Type Class Description classJsonArrayJsonArray is a common non-thread safe data format for a collection of data.classJsonObjectJsonObject is a common non-thread safe data format for string to data mappings.