xogeny / denada-go

A Golang implementation of Denada
32 stars 4 forks source link

Add support for JSON expressions and JSON Schema validation #1

Closed xogeny closed 10 years ago

xogeny commented 10 years ago

The idea here is to be like denada-js in allowing expressions to be JSON data. If we are going to use JSON as the representation for expressions, we should naturally use JSON Schema as the validation format (not currently supported in denada-js, but I think it is the logical choice).

xogeny commented 10 years ago

This was added as of e9ae73e4dcc8d35e1145029294d87d6f82f1cc98