AbstractJsonParser

Base class for parsers wrapped or implemented in this package.

Author

Anton Telechev

Phillip Webb

Since

2.0.1

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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