-
- All Implemented Interfaces:
-
io.kjson.JSONValue
public interface JSONStructure implements JSONValue
A sealed interface to specify the JSONValue classes that represent structured types (array and object).
-
-
Method Summary
Modifier and Type Method Description abstract BooleanisEmpty()BooleanisNotEmpty()abstract IntegergetSize()-
-
Method Detail
-
isEmpty
abstract Boolean isEmpty()
-
isNotEmpty
Boolean isNotEmpty()
-
getSize
abstract Integer getSize()
-
-
-
-