Metadata-Version: 2.4
Name: mappy_json-object-mapper
Version: 1.0.2
Summary: MapPy Json - Object Mapper
Home-page: https://github.com/PazsitZ/mappy-json-object-mapper
Author: Zoltan Pazsit
Author-email: pazsitz@pazsitz.hu
License: MIT
Keywords: python json object mapper
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

# MapPy Json - Object Mapper
***

MapPy is a Json - object Mapper uses predefined Objects and map the given json according to the fit of the given Objects

#### Usage 1:
    The tool is finding the suitable target for mapping automatically
    input: json, Object list to find mapping objects from
#### Usage 2:
    The json structure is fully defined by a root Object, 
    input: json, the root Object

In any use case, the "primitives" are mapped as simple types,
the Objects which has no fit or definition mapped as SimpleNamespace Object
