array_values Filter

Returns the values from the array

{{ {"2":"a","4":"b"}|array_values|json_encode }}

{# ["a","b"] #}