sem.binding

sem.binding(
   [map as element(json.object)]
) as sem.binding

Summary

Creates a sem:binding object, which is a sub-type of json:object (and map:map).

This function is a built-in.

Parameters
map A serialized sem:binding object.

Example

  sem.binding()
  => {}
Powered by MarkLogic Server | Terms of Use | Privacy Policy