Authors: [Lars-Ake Fredlund ([email protected]), Sergio Gil ([email protected]), Angel Herranz ([email protected])
](mailto:Lars-Ake Fredlund ([email protected]), Sergio Gil ([email protected]), Angel Herranz ([email protected])).
Jsongen is a library for generating QuickCheck (quviq.com) generators from descriptions of JSON data using JSON schemas.
Jsongen requires rebar3 for building and testing. See here for getting started with rebar3.
To compile, execute the following command:
$ rebar3 compile
After compilation Erlang beam files will be left in the directory _build/default/lib/jsongen/ebin/.
Should you wish to install the Jsongen library in the standard
Erlang library structure, the following commands can be used:
$ make install
To generate Markdown docs, execute the following command:
```
$ env ERL_LIBS=$PWD/_build/default/lib/edown rebar3 edoc
```