I am converting an Array of NSDictionaries to JSON data with the following...
Create my data...
NSMutableArray *arrayOfDicts = [[NSMutableArray alloc
You can't send it this way. NSJSONSerialization is for iOS use. It is basically a plist. You will need a way to decode it on PHP and I doubt it exists. Instead, you need to send a JSON string. I am not sure what you mean by "leaves quotes around titles." What are they doing there in the first place? Can you verify your original JSON string here?