taquitos / JLObjectMapping

Simple JSON to object and object to JSON mapping inspired by Jackson JSON Processor for Java.
MIT License
5 stars 3 forks source link

Mark fields as required #9

Open taquitos opened 9 years ago

taquitos commented 9 years ago

maybe mark fields automatically as required, meaning you have to mark fields as not required if they are optional. On error, return nil and maybe out param nserror?