mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Implement Field #46

Closed mikeywaites closed 9 years ago

mikeywaites commented 9 years ago
mikeywaites commented 9 years ago

@jackqu7 can you take a look at 66a32e8

We also need to agree on the process in which field.name/field.attribute name are set during Mapper instantiation.

mikeywaites commented 9 years ago

Ok so pretty much a carbon copy for what we were doing before. If you can just sanity check the assumptions being made in 66a32e8 and 8f8465b @jackqu7.