package yojson
Yojson is an optimized parsing and printing library for the JSON format
Install
dune-project
Dependency
Authors
Maintainers
Sources
yojson-1.7.0.tbz
sha256=656fc65f794186274f8b961dc38daba9e2de2fc993829291defbda2186812cc6
md5=b89d39ca3f8c532abe5f547ad3b8f84d
doc/CHANGES.html
1.7.0
2019-02-14
Add
- Add documented
write_tandread_tto modules defining a JSON ast type for compatibility with atdgen
1.6.0
2019-01-30
Deprecate
jsontypes are deprecated in favor of their newtaliases, ahead of their removal in the next major release (#73, @Leonidas-from-XIV)
Add
- Add a type
tand monomorphicequal,ppandshow(#73, @Leonidas-from-XIV)
1.5.0
Change
- Use dune as a build system (#67, @Leonidas-from-XIV)
- reraise exceptions in
finish_stringinstead of silencing them by raising aFailure _ - raise finalizer exceptions in
from_channelandfrom_lexbufreaders
Fix
- Fix a race condition in builds (#57, @avsm)