Uses of Interface
com.github.cliftonlabs.json_simple.Jsonable
-
-
Uses of Jsonable in com.github.cliftonlabs.json_simple
Classes in com.github.cliftonlabs.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.
-