iOS Question Can't parse json with JSON Tree Example

ykucuk

Well-Known Member
Licensed User
Longtime User
I think there is a limit for child object. It can't parse flights information. Could you check please
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
I think there is a limit for child object.

This is just an illusion that arises due to the sequence of output.
For example, JSON ends with "baseUrl":"https://www.kayak.com"}

Of course, most of us expect retrieving "baseUrl" at the end of results. Meanwhile Dim baseUrl As String = root.Get("baseUrl") is located in the middle,
 
Upvote 0
Top