I need to get the regular title and regular body from this JSON feed. I have tried various methods with little success. Anyone have a solution?
http://clintonbeattie.tumblr.com/bio/json
Thanks,
C
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is not JSON, thats a weird-ish take on JSONP.
If you add a
<script />tag with thesrcset tohttp://clintonbeattie.tumblr.com/bio/json, a global variabletumblr_api_readwill point to an object with the response information;Therefore do something like this;