GraphQL\Language\SourceLocation::jsonSerialize PHP Method

jsonSerialize() public method

Specify data which should be serialized to JSON
public jsonSerialize ( ) : mixed
return mixed data which can be serialized by json_encode, which is a value of any type other than a resource.
    function jsonSerialize()
    {
        return $this->toSerializableArray();
    }