#how to use json

10 messages · Page 1 of 1 (latest)

lean gust
#

I have nested json statements, json within json, as well as arrays and whatnot

How do I navigate around this?

sharp domeBOT
#

How to generate and consume JSON-formatted data in Go.

still plankBOT
lean gust
#

and the json object thing

#

fmt.Println(r.Assets)

#

but in r.Assets I wanna access the first thing in that list

#

or array

#

nevemind