jsonmodels
jsonmodels copied to clipboard
Add default param for fields.
Probably also add it to generated schema.
That would be very useful. Right now you have to subclass each field of which you want to provide a default value.
I did not add the necessary default keyword to the schema when I implemented this issue.
@beregond - where is the schema generation is done in the code?