public final class JsonVerifier extends Object
| Constructor and Description |
|---|
JsonVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidJsonValue(Object value)
Verifies if value is a valid JSON value.
|
public static boolean isValidJsonValue(Object value)
value - the value to verifyCopyright © 2006–2022 Json-lib. All rights reserved.