Module type Process_intf.Basic
val to_number : [> `Int of int | `Float of float ] -> floatto_number jsonconverts`Float ftofandInt itofloat i
val to_number_option : [> `Int of int | `Float of float | `Null ] -> float optionto_number_option jsonconverts`Float ftoSome f,`Int itoSome (float i)and`NulltoNone
val to_int_option : [> `Int of int | `Null ] -> int optionto_int_option jsonconverts`Int itoSome iand`NulltoNone