Skip to content

Kirby 4.2.0

Json::write()

Writes data to a file

Json::write(string $file, $data = [ ]): bool

Parameters

Name Type Default
$file * string
$data mixed [ ]

Return type

bool

Parent class

Kirby\Data\Json inherited from Kirby\Data\Handler