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
Currently, explicitJson is hardcoded to be true in the generated classes, which doesn't match the expectation of pre-existing code migrated from another library.
It should be able to be configured to be false, such that toJson() only shallow-convert the object to Map
The text was updated successfully, but these errors were encountered:
Currently,
explicitJson
is hardcoded to be true in the generated classes, which doesn't match the expectation of pre-existing code migrated from another library.It should be able to be configured to be
false
, such that toJson() only shallow-convert the object toMap
The text was updated successfully, but these errors were encountered: