Package | Description |
---|---|
org.springframework.boot.json |
Support for parsing JSON.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
JsonParser.parseList(String json)
Parse the specified JSON string into a List.
|
Map<String,Object> |
JsonParser.parseMap(String json)
Parse the specified JSON string into a Map.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.