package json-data-encoding

  1. Overview
  2. Docs
Type-safe encoding to and decoding from JSON

Install

Dune Dependency

Authors

Maintainers

Sources

data-encoding-v1.0.1.tar.gz
md5=82d6e7783274595c82cff4562e2b06a2
sha512=df5d00dfef8afeada8a6aee2a97d491a2ce20cfe90aed203848f6098ba05ba60e2ee9d1afc0c6c07cf32dad3f8e34c0b55cf900ef1f2e7a72d704f07fd32e651

doc/src/json-data-encoding.stdlib/json_data_encoding_stdlib.ml.html

Source file json_data_encoding_stdlib.ml

1
2
3
4
5
6
7
8
9
10
11
include Stdlib

module List = struct
  include Stdlib.List

  let map = List_override.map

  let mapi = List_override.mapi

  let append = List_override.append
end
OCaml

Innovation. Community. Security.