for-GET / jesse

jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang.
https://github.com/for-get/jesse
Apache License 2.0
124 stars 64 forks source link

Adapt to higher-level consumption of `jsx` #95

Closed paulo-ferraz-oliveira closed 3 years ago

paulo-ferraz-oliveira commented 3 years ago

jsx was changed (in 3.0.0) in a way that breaks interface (namely option return_maps became true by default).

This pull request adapts jesse so that consumers of it, that are locking jsx at 3.0.0+, don't get affected by jesse's internals.

seriyps commented 3 years ago

Thank you!

paulo-ferraz-oliveira commented 3 years ago

Would you also consider a tag/release for this? Thanks much.