Skip to content

Kirby 4.2.0

$responder->json()

Shortcut to configure a json response

$responder->json(?array $json = null): string|Kirby\Cms\Responder

Parameters

Name Type Default
$json array|null null

Return type

string|Kirby\Cms\Responder

This method modifies the existing $responder object it is applied to and returns it again.

Parent class

Kirby\Cms\Responder