Hello how would i get "url" out from json like thi...
# klaxon
k
Hello how would i get "url" out from json like this:``` { "meta": { "status": 200 }, "response": { "hits": [ { "highlights": [], "index": "song", "type": "song", "result": { "url": "https://genius.com/Lucidious-changes-lyrics",```
c
have you tried anything yet?
k
Just trying to figure it out but i dont get it
c
did you try anything? I'd start with
{ "a":1, "b":true, "c":"See?" }
and see if you can figure that out