I have an array of result ({:a one}). I want a result which returns one when I select or give :a.
I used vals,get-in functions but since the map is inside a list they are not working. Can you please help me how do I do that.
I need to return value for a given key.
Also,
What if the data is of the form
({:a “Favorite fruit", :measurements [{:a “fav game?", :b "x",
:name “foot ball", :max 7.0, :min 0.0, :id “12345"}], :name “Frequency”})
and I want to select :a "fav game?" :name "foot ball" and :min 0.0 ?
Thank you