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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
I have a class with two properties: firstName and lastName (will full getters and setters).
JSON.parse("{"firstName":"first","@type":"demo.JsonTest$JSONDemo","lastName":"last"}");
will ignore firstName left it null value.
Is this a bug or designed?