._tyk_context.KEYNAME
namespace._tyk_meta.KEYNAME
namespace._tyk_context.request_data
namespace where it will be available in as a key:[]value
map{{ index ._tyk_context.request_data.variablename 0 }}
in a template will expose the first entry in the request_data.variablename
key/value array.
_tyk_context
and _tyk_meta
respectively.jsonMarshal
performs JSON style character escaping on an XML field and, for complex objects, serialises them to a JSON string (example)xmlMarshal
performs the equivalent conversion from JSON to XML (example)