Hi
Im printing out this object in my checkout to see that the correct value are passed along
{{ checkout.attributes }}
And this is what is printed out
{"pickup_point"=>"hej"}
How do i add an filter to the checkout.attributes so that it only prints out the value from the array/object? So it only shows the value “hej”
Thank you