The data I am receiving from net/http get request is in the following format.
[{"q":"this is q data","a":"this a data","h":"this h field data"}]
How can I extract the fields using the keys?