Dumb question, I’m (I think) successfully retreaving some JSON data from a server using fetch. The problem is that my JSON data doesn’t have a name for the container, it looks like this:
Also is there a way to output what I’ve fetched to the console so I can check it? So far if I output it I just get a bunch of: [object Object],[object Object],[object Object] things, suggests I’ve indeed fetched my resultset but doesn’t really tell me much more
It’s getting late this side of the world so I’m going to catch some z’s. I’ll see if I can get a simple example going tomorrow. Be good to know what I"m overlooking:)