| Package | Description |
|---|---|
| com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions for execution on the REST server.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectExpr |
JsonExpr.object()
Creates a JSON object, which is a kind of map with a fixed and ordered set of keys.
|
JsonObjectExpr |
JsonExpr.object(ElementNodeExpr map)
Creates a JSON object, which is a kind of map with a fixed and ordered set of keys.
|
JsonObjectExpr |
JsonExpr.objectDefine()
Creates a JSON object.
|
JsonObjectExpr |
JsonExpr.objectDefine(XsStringSeqExpr keys)
Creates a JSON object.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectSeqExpr |
JsonExpr.objectSeq(JsonObjectExpr... items)
Constructs a sequence of JsonObjectExpr items.
|
Copyright © 2013-2017 MarkLogic Corporation.