如何在没有回调函数的情况下从 Google Blogger 获取 JSON 提要?

How do I get JSON feed from Google Blogger without callback function?

我想从 Google Blogger 获取 JSON 供 this blog. I have done some research and found this solution。然而,JSON 提要加载正常,但它有一个回调函数,没有它就不会加载。我想使用 Android Volley 解析此 JSON 提要。我该怎么做,或者我如何使用 android JsonObjectRequest?

处理这个回调函数

经过艰苦的研究,我找到了这个问题的解决方案。我在这里 Here. From above question I was getting the javascript json feed instead of actual feed. to get json feed use this link: https://your_blog_url/feeds/posts/default?alt=json 找到了解决方案。例如,在我的情况下,我有: https://softwarehub3.blogspot.co.ke/feeds/posts/default?alt=json。 就是这样