ALIAS

jdec()

ShortPHP reference for json_decode().

Signature

json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mixed

Example

jdec(...);

PHP equivalent

json_decode() is the canonical PHP function. ShortPHP provides jdec() as the convenience alias.

Extension: json

Official PHP manual ↗

Reference navigation

Previous: isfile()

Next: jenc()

Back to reference