Uses of Class
com.github.tadukoo.parsing.json.JSONConverter
Package
Description
Provides interfaces and simple implementations of handling JSON using
MappedPojos
, along with a
JSONConverter
class.-
Uses of JSONConverter in com.github.tadukoo.parsing.json
Modifier and TypeMethodDescriptiondefault String
JSONClass.buildJSON
(Collection<String> keys, JSONConverter converter) Builds the JSON string using the given Collection of keys and aJSONConverter
.default String
JSONArray.convertToJSON
(JSONConverter converter) Converts this JSON object into an actual JSON stringdefault String
JSONClass.convertToJSON
(JSONConverter converter) Converts this JSON object into an actual JSON stringJSONObject.convertToJSON
(JSONConverter converter) Converts this JSON object into an actual JSON stringdefault String
OrderedJSONClass.convertToJSON
(JSONConverter converter) Converts this JSON object into an actual JSON string