Value::fromJson()
Creates a value object from a JSON string; returns null on error
Value::fromJson(string $json): Kirby\Cache\Value|null
Parameters
Name | Type | Default |
---|---|---|
$json * | string |
– |
Return type
Kirby\Cache\Value
|null
Creates a value object from a JSON string; returns null on error
Value::fromJson(string $json): Kirby\Cache\Value|null
Name | Type | Default |
---|---|---|
$json * | string |
– |
Kirby\Cache\Value
|null