Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

JSON Page issue

Hello Everyone,

I have made an aspx page that returns my JSON structure for my expansion of my blog read app to test. But it includes HTML code in it for some reason. It's not just spitting out JSON code only so my app is failing. When I look at the ContentsOfURL on the blog reader its just the JSON data no HTML in there. but on my page it has html code. how do I remove that and just have the JSON code.

Thanks again to everyone for your help.

Okay resolved by removing HTML code for the Markup Section of the asps file.

1 Answer