| Package | Description |
|---|---|
| org.sfj | |
| org.sfj.exemplars |
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONOne.JArray
JSON Array class.
|
static class |
JSONOne.JBoolean
Boolean value
|
static class |
JSONOne.JMap
JSON Map value.
|
static class |
JSONOne.JNull
Null value.
|
static class |
JSONOne.JNumber
Number object.
|
static class |
JSONOne.JString
Holds a string value.
|
| Modifier and Type | Method and Description |
|---|---|
JSONOne.JObject |
JSONOne.JArray.get(int index) |
JSONOne.JObject |
JSONOne.JMap.get(Object key) |
JSONOne.JObject |
JSONOne.JMap.put(String key,
JSONOne.JObject value) |
JSONOne.JObject |
JSONOne.JArray.remove(int index) |
JSONOne.JObject |
JSONOne.JMap.remove(Object key) |
JSONOne.JObject |
JSONOne.JArray.set(int index,
JSONOne.JObject element) |
JSONOne.JObject |
JSONOne.JArray.setBoolean(int index,
boolean val) |
JSONOne.JObject |
JSONOne.JArray.setNull(int index) |
JSONOne.JObject |
JSONOne.JArray.setNumber(int index,
Number val) |
JSONOne.JObject |
JSONOne.JArray.setString(int index,
String val) |
JSONOne.JObject |
JSONOne.Parser.singleObject() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,JSONOne.JObject>> |
JSONOne.JMap.entrySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONOne.JArray.add(int index,
JSONOne.JObject element) |
JSONOne.JObject |
JSONOne.JMap.put(String key,
JSONOne.JObject value) |
JSONOne.JObject |
JSONOne.JArray.set(int index,
JSONOne.JObject element) |
| Modifier and Type | Method and Description |
|---|---|
PegLegParser.PegLegRule<JSONOne.JObject> |
JsonPegParser.json() |
PegLegParser.PegLegRule<JSONOne.JObject> |
JsonPegParser.jsonArray() |
Copyright © 2020. All rights reserved.