Package top.focess.qq.api.util.json
Class JSONSection
- java.lang.Object
-
- top.focess.qq.api.util.json.JSON
-
- top.focess.qq.api.util.json.JSONSection
-
- All Implemented Interfaces:
Serializable,SectionMap
public class JSONSection extends JSON
Section of JSON.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONSection(JSON parent, Map<String,Object> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSONgetParent()Get the parent section-
Methods inherited from class top.focess.qq.api.util.json.JSON
createSection, getList, getSection, getValues, toJson, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface top.focess.qq.api.util.SectionMap
contains, get, getOrDefault, keys, remove, set
-
-