Returns all of the array’s keys
{{ {'key1':'value1', 'key2':'value2'}|array_keys|json_encode }} {# ["key1","key2"] #}