Module Ppx_deriving_json_runtime.Classify

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 ]