jerg icon indicating copy to clipboard operation
jerg copied to clipboard

JSON Schema to Erlang Records Generator

Results 5 jerg issues
Sort by recently updated
recently updated
newest added

Hi! I totally get if you don't wanna think about this project anymore, but I went to build jerg on Erlang R18 and the compilation bombed out with: ``` rebar...

According to http://tools.ietf.org/html/draft-zyp-json-schema-03#page-14 extends field could be or scheme (aka JSON object) or array of schemas (JSON array). this example will illustrate error: api.json: ``` json { "type" : "object",...

My use case is to combine several `json` files into one `hrl`. I am doing this by several `jerg` invocations and redirecting output to one file. The problem is output...

If I have a file `api.account.read.json` `jerg` witll produce record name like this: ``` erlang -record(api.account.read, ``` As you could see, this is not valid erlang atom.