array_flip Filter

Swaps the array’s keys with their corresponding values

{{ {'key':'value'}|array_flip|json_encode }}

{# {"value":"key"} #}