Is there a json library for c# that will work with windows phone 7 just read the data without serialising without using a datacontract.
I found fastJSON but that didn't work because it used reflection.
I don't want to serialize into an object just iterate through the json.