Module Values.FieldsMapSource

Sourcetype nonrec t = (String_.t * FieldConfig.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * FieldConfig.t) list -> [> `Map of ([> `String of 'a ] * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Integer of Integer.t | `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Float of Float_.t | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * Awso.Botodata.value) list ] list | `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * FieldConfig.t) list
Sourceval to_json : (String_.t * FieldConfig.t) list -> Yojson.Safe.t