package chrome-trace

  1. Overview
  2. Docs
type t = [
  1. | `Int of int
  2. | `Float of float
  3. | `String of string
  4. | `List of t list
  5. | `Bool of bool
  6. | `Assoc of (string * t) list
]

Simplifies JSON type