A survey: none of Google, Yahoo, Twitter, Flickr have a newline at the end of their responses.
curl 'http://www.google.com/calendar/feeds/[email protected]/public/full?alt=json&orderby=starttime&max-results=15&singleevents=true&sortorder=ascending&futureevents=true' curl http://search.twitter.com/search.json?q=json curl 'http://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=YahooDemo&query=Madonna&output=json' curl 'http://www.flickr.com/services/rest/?method=flickr.test.echo&format=json&api_key=eaa28d55e3da54f957a16921f450a0aa' I'd keep searching to find one that does do newlines, but it felt futile. You can get a newline from curl like this: curl -w\\n http://search.twitter.com/search.json?q=json * Accept the patch (or a modified version) and add newline chars -1 * Reject the patch (and any modified version) and do not add newlines chars +1 * Further discussion, to be decided before we release 0.9 +0 * Further discussion, to be decided after we release 0.9 -0 -- Chris Anderson http://jchris.mfdz.com
