| Package | Description |
|---|---|
| jet.formula | |
| jet.formula.object |
| Modifier and Type | Method and Description |
|---|---|
fJsonObject |
fRequest.getBody() |
fJsonObject |
fResponse.getBody() |
fJsonObject |
fJsonArray.getJsonObject(DbBigInt index) |
fJsonObject |
fJsonObject.getJsonObject(DbChar jsonPointer) |
fJsonObject |
fRequest.setBody(fJsonObject body) |
| Modifier and Type | Method and Description |
|---|---|
fJsonObject |
fRequest.setBody(fJsonObject body) |
| Modifier and Type | Method and Description |
|---|---|
fJsonObject |
JsonPatch.apply(fJsonObject target)
Applies the json patch to a JsonObject.
|
fJsonObject |
JsonObjectBuilder.end()
This method must always be called as the last method of creating a JsonObject.
|
fJsonObject |
JsonObjectBuilder.parse(DbChar s)
Returns a JSON Object that is represented in the input string.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
fJsonObject value)
Adds a name/JsonObject pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
fJsonObject value)
Adds an "add" JSON Patch operation.
|
JsonArrayBuilder |
JsonArrayBuilder.add(fJsonObject value)
Adds a JsonObject value to the array
|
fJsonObject |
JsonPatch.apply(fJsonObject target)
Applies the json patch to a JsonObject.
|
JsonPatch |
JsonPatch.replace(DbChar path,
fJsonObject value)
Adds an "replace" JSON Patch operation.
|
© insightsoftware. All rights reserved.