TonyFlury / py-importjson

Import json data into python as a module, complete with auto creation of classes, class and instance data attributes, __init__ methods and more.
8 stars 3 forks source link

choice constraint required #9

Open TonyFlury opened 9 years ago

TonyFlury commented 9 years ago

Should be able to define an attribute to be constrained to be one of a list of values.

TonyFlury commented 8 years ago

Need to implement test cases for choice constraints