public interface JsonNode
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isArray() |
default boolean |
isNull() |
default boolean |
isObject() |
default boolean |
isValue() |
default boolean isObject()
JsonNode is an instance of JsonObject.default boolean isValue()
JsonNode is an instance of JsonPrimitive.Copyright © 2021 Microsoft Corporation. All rights reserved.