4.0.0-next.4
Pre-release
Pre-release
·
38 commits
to main
since this release
Features
General
-
implemented the
toJSON()method for allDataObjectclasses (84ee675).This makes all data instances serializable using the
JSON.stringify()method.
Additionally, allDataObjectinstances are now printable inconsole.log()in theNode.jsenvironment through theinspect.custommechanism.