Adam
Results
1
issues of
Adam
Hi me again, This patch updates the default JSON encode flags to disable escaping forward slashes. (By default, `json_encode("my/string")` -> `my\/string`.) This appears to be mainly a PHP oddity to...