package jsont
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Declarative JSON data manipulation for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
jsont-0.2.0.tbz
sha512=6206f73a66cb170b560a72e58f70b9fb2c20397b9ab819dceba49b6602b9b79e47ba307e6910e61ca4694555c66fdcd7a17490afb99548e8f43845a5a88913e7
doc/CHANGES.html
v0.2.0 2025-07-25 Zagreb
- Fix
Jsont_bytesrw.{encode,encode'}. Do not write theeodslice ifeod:falseis specified. Thanks to Benjamin Nguyen-Van-Yen for the report and the fix (#8). - Fix
Jsont.zerofailing encodes rather than encodingnullas advertised. Thanks to Adrián Montesinos González for the report (#6). - Add
Jsont.Error.expectedto help format error messages. - Add
Jsont.with_docto update kind and doc strings of existing JSON types. - Add
Jsont.Object.Case.{tag,map_tag}to access a case and case map tags. - Fix
METAfile. Really export all requires and remove uneededbytesrwdependency fromjsontlibrary.
v0.1.1 2024-12-06 La Forclaz (VS)
Jsont.Object.Mems.mapmake encoding and decoding optional. Like in every other map.Jsont.Array.mapmake encoding and decoding optional. Like in every other map.Jsont_bytesrw.encodechange the default buffer size to match the one hinted by the writer rather thanBytesrw.Bytes.Slice.io_buffer_size.jsont.{bytesrw,brr}export all requires.jsonttool remove spurious dependency onb0.std(#2).
v0.1.0 2024-11-29 Zagreb
First release.
Supported by a grant from the OCaml Software Foundation.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page