Arcanedev\LogViewer\Tables\StatsTable::totalsJson PHP Method

totalsJson() public method

Get json totals data.
public totalsJson ( string | null $locale = null ) : string
$locale string | null
return string
    public function totalsJson($locale = null)
    {
        return $this->totals($locale)->toJson(JSON_PRETTY_PRINT);
    }