package yojson
Yojson is an optimized parsing and printing library for the JSON format
Install
Dune Dependency
Authors
Maintainers
Sources
yojson-1.6.0.tbz
sha256=5616cc6dd4c54bfb5d8cedc9271e01b0f2e3423e5c0ea5a91bf00033bf1f9d13
md5=8ca16557d3068253cc375452af3bde96
doc/CHANGES.html
1.6.0
2019-01-30
Deprecate
json
types are deprecated in favor of their newt
aliases, ahead of their removal in the next major release (#73, @Leonidas-from-XIV)
Add
- Add a type
t
and monomorphicequal
,pp
andshow
(#73, @Leonidas-from-XIV)
1.5.0
Change
- Use dune as a build system (#67, @Leonidas-from-XIV)
- reraise exceptions in
finish_string
instead of silencing them by raising aFailure _
- raise finalizer exceptions in
from_channel
andfrom_lexbuf
readers
Fix
- Fix a race condition in builds (#57, @avsm)