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 the JSON parser silently ignores the features its does not know about.
It would be nice to support an option similar to EMF's XMLResource.OPTION_RECORD_UNKNOWN_FEATURE to store the ignored/unrecognized parts of the JSON so that they can be used in a post-loading phase. A typical use case would be to support transparent migration of older models to newer versions of a metamodels where features have been renamed/moved/etc.
The text was updated successfully, but these errors were encountered:
Currently the JSON parser silently ignores the features its does not know about.
It would be nice to support an option similar to EMF's
XMLResource.OPTION_RECORD_UNKNOWN_FEATURE
to store the ignored/unrecognized parts of the JSON so that they can be used in a post-loading phase. A typical use case would be to support transparent migration of older models to newer versions of a metamodels where features have been renamed/moved/etc.The text was updated successfully, but these errors were encountered: