GsonJsonParser

Thin wrapper to adapt Gson to a JsonParser.

Author

Dave Syer

Jean de Klerk

Since

1.2.0

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun parseList(json: String): List<Any>
Parse the specified JSON string into a List.
Link copied to clipboard
open fun parseMap(json: String): Map<String, Any>
Parse the specified JSON string into a Map.