Owl\Http\Controllers\SearchController::json PHP Method

json() public method

public json ( )
    public function json()
    {
        return \Response::json(array('list' => $this->jsonResults(\Input::get('q')), 200));
    }