Package | Description |
---|---|
net.minidev.json | |
net.minidev.json.mapper |
Modifier and Type | Class and Description |
---|---|
class |
JSONArray
A JSON array.
|
class |
JSONObject
A JSON object.
|
Modifier and Type | Method and Description |
---|---|
static JSONNavi<JSONAwareEx> |
JSONNavi.newInstance() |
Modifier and Type | Field and Description |
---|---|
static AMapper<JSONAwareEx> |
DefaultMapper.DEFAULT |
static AMapper<JSONAwareEx> |
DefaultMapperOrdered.DEFAULT |
Modifier and Type | Method and Description |
---|---|
AMapper<JSONAwareEx> |
DefaultMapper.startArray(String key) |
AMapper<JSONAwareEx> |
DefaultMapperOrdered.startArray(String key) |
AMapper<JSONAwareEx> |
DefaultMapper.startObject(String key) |
AMapper<JSONAwareEx> |
DefaultMapperOrdered.startObject(String key) |
Copyright © 2014 Chemouni Uriel. All Rights Reserved.