create

open fun create(soupName: String, soupElt: JSONObject): JSONObject

Create (and commits) Note: Passed soupElt is modified (last modified date and soup entry id fields)

Return

soupElt created or null if creation failed

Parameters

soupName
soupElt

Throws


open fun create(soupName: String, soupElt: JSONObject, handleTx: Boolean): JSONObject

Create Note: Passed soupElt is modified (last modified date and soup entry id fields)

Return

Parameters

soupName
soupElt

Throws