melange-json-native.ppx-runtime
Ppx_deriving_json_runtime.Classify
ppx_deriving_json_native
val classify : t -> [ `Assoc of (string * t) list | `Bool of bool | `Float of float | `Int of int | `List of t list | `Null | `String of string ]