Jsont.Sort
JSON sorts.
type t =
| Null
Nulls.
| Bool
Booleans
| Number
Numbers.
| String
Strings.
| Array
Arrays.
| Obj
Objects.
The type for sorts of JSON values.
val to_string : t -> string
to_string s is a string for sort s.
to_string s
s
val pp : Stdlib.Format.formatter -> t -> unit
pp formats sorts.
pp