Most JSON frameworks are faster than binary plists on iOS. I learned it the hard way, after spending a day writing a Python module for the server side and doing some tests. However, binary plists were around 5% smaller, so they might help if your bottleneck is the bandwidth (it wasn't my case).
Edit: removed wrong link