Hello,
We are working on a service dealing with a high volume of tweets. We are
seeing crazy things coming through in tweets and are running into recurring
issues when creating large JSON strings to pass to our parser.

I am curious if anyone can share approach or methodology on how they are
creating valid JSON via PHP.

   - We are storing the tweets as they are first in a DB
   - doing some processing
   - sending them back to the UI in various forms, via jQuery ajax calls
   ($.getJSON).

99% of the time, our server side encoding works great, but some tweets are
just bizarre and valid JSON fails.

Any advice helps.

Cheers
Peter

Reply via email to