kphp icon indicating copy to clipboard operation
kphp copied to clipboard

Implement handling `JSON_PRETTY_PRINT` in `json_encode()` function

Open NikOsint opened this issue 9 months ago • 0 comments

JSON_PRETTY_PRINT

This MR unifies json_encode() function and JsonEncoder class behaviors, including JSON_PRETTY_PRINT parameter processing in json_encode() function

NikOsint avatar May 12 '24 21:05 NikOsint