You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generating swift model objects and json-to-model functions
modelgen is a python script that generates swift model classes from a json spec.
It also generates deserialization functions for creating an object from json.
About
generating swift model objects and json-to-model functions