Closed simon-id closed 8 months ago
When converting objects and arrays, if the toJSON() method is present, call it and use it as result
toJSON()
What does this PR do?
When converting objects and arrays, if the
toJSON()
method is present, call it and use it as result