Can I parse invalid JSON?
What does JSON parsing mean?
Can I parse large JSON files?
Hey guys! I want to create a JSON Parser for a site but I'm not sure exactly how to do this or where. I've been googling this for a while now but all I can find are pages on how to deal with JSON strings themselves and not necessarily how to make them. Any ideas? :(
EDIT: Sorry if my question wasn't clear. I want to Parse JSON from web pages. For example, if I wanna get the price of AAPL in the form of Jason, I simply point my program to http://www.nasdaq.com/symbol/aapl and it returns a JSON with the name and price
EDIT 2: Sorry! I forgot to mention that I'm programming on iOS. For the JSON Parser however, I was thinking about creating it on Linux/Cent (so C?) so I can more easily host it and have my iOS app access the JSON data :)