Hacker News new | ask | show | jobs
by tacone 907 days ago
In my former PHP life I've seen people looping through objects and constructing a JSON string by hand instead of using a simpler single json_encode() call.