package json-data-encoding

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.1.1.tar.gz
md5=3267ccdc67847cedeeb95f0bd6fe3845
sha512=27c3972f279e45db58d56beb10d28fdc2ed230373d338c2cdd2abe22e73deb9641db101c44384845255a0bd05156612def12ea6ea98d162aee5f5f5bff907022

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