package ezjsonm-lwt
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=870bbe1c24484bb7e1acce44859dd521c24cb8a8f0e74042a62418c68671cce0
sha512=f603642ecdd01696017d0a8fef0ae8867777fbced53ad670afa3da8f12e2c101a5c6cd201b7917685323bc9033793dd406c6d333ed4a24d2d4d4d6c88527693b
CHANGES.md.html
v1.2.0 (2020-07-28)
Add
find_opt
to provide an exception-less version offind
(#39 @avsm)Raise
Parse_error
instead of assert failure if the input tofrom_string
is not a valid JSON array or object (#39 @avsm).Upgrade build rules to dune 2.0 (#38 @avsm)
Depend on Sexplib0 instead of Sexplib since we only need the type definition. This reduces the dependency cone of Ezjsonm (and skips Base). (#38 @avsm)
v1.1.0 (2019-04-13)
Add
value_to_*
andvalue_from_*
methods to support RFC 7159/ECMA-404 (#34 @jaredly)
v1.0.0 (2019-02-02)
Upgrade opam metadata to 2.0 format (@avsm)
Update build from jbuilder to dune (@avsm)
Support dune-release (@avsm)
0.5.0 (2017-05-25)
Split into 2 toplevel packages: ezjsonm and ezjsonm-lwt
Build with jbuilder
Fix error messages to be more specific when failing to parse an int
Support
sexp_of_t
t_of_sexp
sexp_of_value
value_of_sexp
0.4.3 (2015-11-30)
Fix support for OCaml 4.03 (@samoht)
0.4.2 (2015-08-26)
Add unit-tests (#2)
Fix the parsing of JSON streams. Normal JSON arrays should be valid streams (#16)
0.4.1 (2014-02-02)
Use polymorphic variants subtyping to avoid manual coercion in the API (#11, patch from Julien Sagot)
0.4.0 (2014-12-17)
Clean-up the typed representation of serializable JSON (#5, report and patch from Rudi Grinberg)
add int32/int64/triple combinators
fix a bug with the option types
fix the type of the
unit
combinator
0.3.1 (2014-11-20)
Expose [parse_error]
0.3.0 (2014-10-24)
Add sexpilb conversion functions
Add functions to encode/decode non utf8 strings (using hex encoding)
0.2.0 (2012-12-13)
Add a new module
Ezjsonm_lwt
, to convert string streams to json streamsExpose
Ezjsonm.get_bool
0.1.0 (2012-12-12):
Initial version