Closed franzliedke closed 9 years ago
Slashes (e.g. in the package ID and in autoloading paths) need not be escaped.
Apparently, json_encode() supports some flags to do this: investigate JSON_UNESCAPED_SLASHES and also JSON_UNESCAPED_UNICODE.
json_encode()
JSON_UNESCAPED_SLASHES
JSON_UNESCAPED_UNICODE
Slashes (e.g. in the package ID and in autoloading paths) need not be escaped.
Apparently,
json_encode()
supports some flags to do this: investigateJSON_UNESCAPED_SLASHES
and alsoJSON_UNESCAPED_UNICODE
.