Skip to content

Dynamic Load Model Schemas

sanchojaf edited this page Oct 19, 2014 · 1 revision

All the Data Type is posible create from a JSON Schema, these loads are dynamics. Using retrospections technique is possible translates JSON Schema Definitions into Ruby Classes on the fly.

It is able to read JSON Schema resources and use them to define Ruby classes in memory.

Also parses JSON conforming to a JSON schema, and instantiates objects corresponding to the JSON Schema classes created.

Clone this wiki locally