Serialkit provides easy to use APIs to query, edit and (de)serialize data serialisation formats.
Warning. Serialkit codecs work on complete, in-memory, representations of the data. If you need streaming support pass your way. Besides at the moment IO is performed directly from and to OCaml strings but that constraint may be lifted in the future.
serialkitSerialkit_text UTF-8 text lexing tools.Serialkit_json JSON text support.Serialkit_sexp S-expression support.Serialkit_toml TOML support.