Indatus\Ranger\ContentType\JsonContentType::render PHP Method

render() public method

Renders content in json serialized format
public render ( array $content ) : string
$content array
return string
    public function render(array $content)
    {
        return json_encode($content);
    }
JsonContentType