logoalt Hacker News

kijintoday at 3:14 PM1 replyview on HN

They probably mean "Should look like the output of json_encode($data, JSON_PRETTY_PRINT)". Which most PHP devs would be familiar with.


Replies

poizan42today at 3:21 PM

It sounds plausible, but they really need to spell out exactly what the formatting requirements are, because it can make a huge difference in how efficiently you can write the json out.

show 1 reply