| Package | Description |
|---|---|
| jet.formula | |
| jet.formula.object |
| Modifier and Type | Method and Description |
|---|---|
DbBit |
fJsonArray.getBoolean(DbBigInt index) |
DbBit |
fJsonObject.getBoolean(DbChar jsonPointer) |
DbBit |
fJsonArray.isNull(DbBigInt index) |
DbBit |
fResponse.successed() |
| Modifier and Type | Method and Description |
|---|---|
JsonArrayBuilder |
JsonArrayBuilder.add(DbBit value)
Adds a boolean value to the array
|
JsonObjectBuilder |
JsonObjectBuilder.add(DbChar name,
DbBit value)
Adds a name/Boolean pair to the JSON object
|
JsonPatch |
JsonPatch.add(DbChar path,
DbBit value)
Adds an "add" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbBit value)
Adds an "replace" JSON Patch operation.
|
© insightsoftware. All rights reserved.