| ▲ | poizan42 9 hours ago | ||||||||||||||||
> The output should be encoded as a pretty JSON string. ... > Your parser should store the following output in $outputPath as a JSON file:
They don't define what exactly "pretty" means, but superflous escapes are not very pretty in my opinion. | |||||||||||||||||
| ▲ | kijin 9 hours ago | parent [-] | ||||||||||||||||
They probably mean "Should look like the output of json_encode($data, JSON_PRETTY_PRINT)". Which most PHP devs would be familiar with. | |||||||||||||||||
| |||||||||||||||||