| Package | Description |
|---|---|
| jet.formula | |
| jet.formula.object |
| Modifier and Type | Method and Description |
|---|---|
fJsonArray |
fJsonArray.getJsonArray(DbBigInt index) |
fJsonArray |
fJsonObject.getJsonArray(DbChar jsonPointer) |
| Modifier and Type | Method and Description |
|---|---|
fJsonArray |
JsonArrayBuilder.end() |
fJsonArray |
JsonArrayBuilder.parse(DbChar s)
Returns a JSON array that is represented in the input string.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fJsonArray value)
Adds a name/JsonArray pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
fJsonArray value)
Adds an "add" JSON Patch operation.
|
JsonArrayBuilder |
JsonArrayBuilder.add(fJsonArray value)
Adds a JsonArray value to the array
|
JsonPatch |
JsonPatch.replace(DbChar path,
fJsonArray value)
Adds an "replace" JSON Patch operation.
|
© insightsoftware. All rights reserved.