Quick start
Modélico's goal is to parse JSON strings like
into JavaScript custom objects so that we can do things like this:
Here is how Animal
would look like:
Now when can do the following to get the schema:
Last updated
Modélico's goal is to parse JSON strings like
into JavaScript custom objects so that we can do things like this:
Here is how Animal
would look like:
Now when can do the following to get the schema:
Last updated
The name is required by default. See the to change the default behaviour.
With a bit more effort, we can have a detailed JSON schema, with the benefits that they bring, eg. integration with to generate random data.
See the to learn more.