MCPcopy Create free account
hub / github.com/StackStorm/st2 / to_complex

Function to_complex

st2common/st2common/expressions/functions/data.py:110–111  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

108
109
110def to_complex(value):
111 return json.dumps(value)
112
113
114# Magic string to which None type is serialized when using use_none filter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected