Skip to content

Kirby 3.8.4

Response::json()

Creates a json response with appropriate header and automatic conversion of arrays.

Response::json(array|string $body = '', int $code = null, bool $pretty = null, array $headers = [ ]): Kirby\Http\Response

Parameters

Name Type Default
$body array|string ''
$code int null
$pretty bool null
$headers array [ ]

Return type

Kirby\Http\Response

Parent class

Kirby\Http\Response