Yasumi\Holiday::jsonSerialize PHP Method

jsonSerialize() public method

Serializes the object to a value that can be serialized natively by json_encode().
public jsonSerialize ( )
    public function jsonSerialize()
    {
        return $this;
    }