Currently fromJSONMapping is converted to camelcase to match property names on the model, but in JSONDictionary it is not converted to anything.
So: Implement a case conversion setting on a global basis and on a per-model basis, like api_config in api-model.
Currently
fromJSONMappingis converted to camelcase to match property names on the model, but inJSONDictionaryit is not converted to anything.So: Implement a case conversion setting on a global basis and on a per-model basis, like
api_configin api-model.