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
Since #1 will not be implemented for a while, there needs to be another way to resolve cases where JSON field names (or even enumeration values) are not valid C++ names, e.g. protected (reserved keyword) or value-with-dashes, or when the user wants the JSON names to be different for whatever reason.
The text was updated successfully, but these errors were encountered:
It should be possible to provide both a simple dictionary applied to all enum values and member variable names, as well as qualified names for specific enums / structures only, e.g.:
Since #1 will not be implemented for a while, there needs to be another way to resolve cases where JSON field names (or even enumeration values) are not valid C++ names, e.g.
protected
(reserved keyword) orvalue-with-dashes
, or when the user wants the JSON names to be different for whatever reason.The text was updated successfully, but these errors were encountered: