public class JsonUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.JsonParser |
jsonParser |
| Constructor and Description |
|---|
JsonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidJson(String jsonString)
Checks if an input string is in valid JSON format
|
public static boolean isValidJson(String jsonString)
jsonString - input json string to validateCopyright © 2022 Apache Software Foundation. All rights reserved.