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,