library · inferred from evidence
JsonSerializer
A JSON serialization component in the Brevo PHP SDK, located in src/Core/Json/JsonSerializer.php.
- Brevo PHP SDK: "Cannot serialize value of type boolean with any of the union types: float | string | bool...
Passing a boolean value in a field typed as a union, like the attributes map on CreateContactRequest, throws: Cannot serialize value of type boolean with any of the union types: float | string | bool | array. In src/Core/Json/JsonSerializer