Atdgen_codec_runtime.Json_adapter
Json adapters and tools for the user to make their own json adapters for common situations.
Json adapters are used to rewrite json node into a form compatible with atdgen's conventions.
Module signature required of any json adapter. For example, an ATD annotation <json
adapter.ocaml="Atdgen_codec_runtime.Json_adapter.Type_field"
refers to the OCaml module Atdgen_codec_runtime.Json_adapter.Type_field
.
module type S = sig ... end
module Type_field : sig ... end
Support for json objects that contain a field that indicates the type of that object. The following