You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of devalue is to create a string representation of objects in memory that has 100% fidelity — i.e., by evaluating the string, you get exactly the same structure as existing before serialization.
If it called toJSON methods, it would no longer provide that guarantee. It's therefore out of scope for this project, so I'll close this issue — thanks
If you have for example this code, I would expect that the
toJSON
method will be called of the object but instead it throws a non-POJOs error.The text was updated successfully, but these errors were encountered: