Switch from Poison to Jason for JSON encoding and decoding

This commit is contained in:
Marcel Otto 2018-03-16 00:08:39 +01:00
commit 29524560bb
12 changed files with 46 additions and 46 deletions

View file

@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
- JSON-LD encoder can handle `RDF.Graph`s and `RDF.Description`s
### Changed
- Use Jason instead of Poison for JSON encoding and decoding, since it's faster and more standard conform
[Compare v0.2.1...HEAD](https://github.com/marcelotto/jsonld-ex/compare/v0.2.1...HEAD)