package yojson

  1. Overview
  2. Docs
Yojson is an optimized parsing and printing library for the JSON format

Install

Dune Dependency

Authors

Maintainers

Sources

yojson-1.5.0.tbz
md5=d80de1bacdde292af42f7c78b323da7b

CHANGES.md.html

1.5.0

Changes

  • Use dune as a build system (#67, @Leonidas-from-XIV)

  • reraise exceptions in finish_string instead of silencing them by raising a Failure _

  • raise finalizer exceptions in from_channel and from_lexbuf readers

Fixes

  • Fix a race condition in builds (#57, @avsm)