Package com.sdicons.json.model
Class JSONComplex
- java.lang.Object
-
- com.sdicons.json.model.JSONValue
-
- com.sdicons.json.model.JSONComplex
-
- Direct Known Subclasses:
JSONArray
,JSONObject
public abstract class JSONComplex extends JSONValue
Superclass of JSON complex types, namelyJSONArray
andJSONObject
.
-
-
Constructor Summary
Constructors Constructor Description JSONComplex()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
size()
-