我正在开发一个 android 应用程序,我需要解析来自 YQL https://query.yahooapis.com/v1/public/yql?q=select%20%20 *%20from%20%20yahoo.finance.historicaldata的 json 数据%20where%20symbol%20in%20(%27YHOO%27)%20and%20startDate%20%3D%20%272016-01-01%27%20and%20endDate%20%3D%20%272016-04-10%27&format =json&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=
我正在使用 JsonReader 来访问 Count 和 Result 对象。我面临的问题是如何检查对象名称,然后在结果对象上调用 beginobject 。我可以从 Json Feed 中获取计数值