package data-encoding

  1. Overview
  2. Docs
Library of JSON and binary encoding combinators

Install

Dune Dependency

Authors

Maintainers

Sources

data-encoding-v0.4.tar.gz
md5=7b687e25619637d40d2bbcd2c21b00c2
sha512=65e33b1a56e9058a2e9c7f3dc18cb72c21270e0e5b9584fe856285d16e4cb8e98adac826373d4109a5e080486ec31cdd9870b402249ac5d55c7b0de6ffb68b0a

doc/data-encoding/Data_encoding/Bson/index.html

Module Data_encoding.BsonSource

Sourcetype t = bson
Sourceval construct : 't Encoding.t -> 't -> bson

Construct a BSON object from an encoding.

Sourceval destruct : 't Encoding.t -> bson -> 't

Destruct a BSON object into a value. Fail with an exception if the JSON object and encoding do not match..

OCaml

Innovation. Community. Security.