atreeon / morphy

Provides a clean class definition with extra functionality including; copy with, json serializable, tostring, equals that supports inheritance and polymorphism
3 stars 3 forks source link

Can't load JSON without _className_ field #16

Open miklcct opened 1 month ago

miklcct commented 1 month ago

I am trying to load a JSON from an external source with an external schema converted to Morphy. However, it throws Unsupported operation: The _className_ 'null' is not supported by the document.fromJson constructor.