Yeah, the problem is I can't do json["document"]{"someOtherKey"] as it complains.
So I need to get one level. Put it into another variable, then do that again, and again and again. Which is annoying when your JSON is pretty deep.
b
bj0
04/03/2018, 4:13 PM
yea, as I said you need to be explicit with typing, you can either use one of the libraries mentioned, or you can create your own (extension) function that handles that part for you