public class JsonUtils extends Object
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static JsonNode |
parseJson(String json)
Parses a JSON string into a JsonNode object.
|
public static JsonNode parseJson(String json) throws JsonProcessingException
json - The JSON string to parse. Must not be null.JsonProcessingException - if the input is not valid JSON content
or if there are any other problems parsing the JSON content.IllegalArgumentException - if the input string is null.Copyright © 2025 Amazon.com Inc.. All rights reserved.