Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Converts a tuple to a key-value/JSON object.

Parameter

...

  • type: The type of the output key value object. This parameter is optional and If it is left out, KeyValueObject will be chosen.

Example

Code Block
languagepql
titleExample
linenumberstrue
out = TUPLETOKEYVALUE({type='KEYVALUEOBJECT'}, in)