Habari\QueryRecord::to_json PHP Method

to_json() public method

Convert record data to json Returns a string with the current field values in JSON format
public to_json ( ) : string
return string The field settings as they would be saved in JSON
    public function to_json()
    {
        return $this->jsonSerialize();
    }