cts:json-property-value-query-value

cts:json-property-value-query-value(
   $query as cts:json-property-value-query
) as xs:anyAtomicType*

Summary

Returns the value used to construct the specified query.

Parameters
query A query.

Example

let $query := cts:json-property-value-query(
              "function",
              "MarkLogic Corporation")
return cts:json-property-value-query-value($query)

  =>  "MarkLogic Corporation"
Powered by MarkLogic Server | Terms of Use | Privacy Policy