toggle menu
Spring Boot Kotlin API
3.5.3
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.json
/
GsonJsonParser
Gson
Json
Parser
open
class
GsonJsonParser
:
AbstractJsonParser
Thin wrapper to adapt
Gson
to a
JsonParser
.
Author
Dave Syer
Jean de Klerk
Since
1.2.0
See also
Json
Parser
Factory
Members
Constructors
Gson
Json
Parser
Link copied to clipboard
constructor
(
)
Functions
parse
List
Link copied to clipboard
open
fun
parseList
(
json
:
String
)
:
List
<
Any
>
Parse the specified JSON string into a List.
parse
Map
Link copied to clipboard
open
fun
parseMap
(
json
:
String
)
:
Map
<
String
,
Any
>
Parse the specified JSON string into a Map.