jsonclasses icon indicating copy to clipboard operation
jsonclasses copied to clipboard

Mapping model support

Open ViktorSky opened this issue 1 year ago • 0 comments

How to create a mapping model? It is necessary in the event that the data does not have specific keys

The example data is:

{
    '66049558-e3ac-4386-9430-27fb5545beab': {'name': 'John', 'age': 25},
    'fdb1dbef-fdcd-488d-ad92-f861003f7093': {'name': 'Max', 'age': 23}
}

If it can't be done, will it be added in later versions of the library?

ViktorSky avatar Nov 02 '23 02:11 ViktorSky