JSON builtins
| Function | Signature | Returns | AOT | eval() |
|---|---|---|---|---|
json_decode() | (string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mixed | mixed | ✓ | ✓ |
json_encode() | (mixed $value, int $flags = 0, int $depth = 512): string | string | ✓ | ✓ |
json_last_error() | (): int | int | ✓ | ✓ |
json_last_error_msg() | (): string | string | ✓ | ✓ |
json_validate() | (string $json, int $depth = 512, int $flags = 0): bool | bool | ✓ | ✓ |