We have to use JSON.NextObject to move to the next object. But how can we find out how many objects are present in the JSON string? I want to loop over them, but there is no such thing as JSON.Size or JSON.Length...
You can see at the generated code and you will find the list of maps. You can use the .Length of this list to know how man items the list contains.
Maybe you want to provide a example-json-string?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.