Automattic\WooCommerce\Vendor\GraphQL\Type\Definition
Type::jsonSerialize
Method of the class: Type{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Type = new Type(); $Type->jsonSerialize(): string;
Type::jsonSerialize() Type::jsonSerialize code WC 11.1.1
public function jsonSerialize(): string
{
return $this->toString();
}