skip to Main Content

Parse unstructured json in golang

Is there any solution to parse an unstructured json(text) data? below is a sample response of a web requst that i want to parse and access data (the inner list) res,err := http.Get("url_of_server") [[ { "id": "1", "text": "sample text",…

VIEW QUESTION
Back To Top
Search