package catapult

  1. Overview
  2. Docs

Basic output of json values to a buffer

val char : Buffer.t -> char -> unit
val raw_string : Buffer.t -> string -> unit
val int : Buffer.t -> int -> unit
val int64 : Buffer.t -> int64 -> unit
val float : Buffer.t -> float -> unit
val bool : Buffer.t -> bool -> unit
val null : Buffer.t -> unit
val str_val : Buffer.t -> string -> unit
val arg : Buffer.t -> [< `Bool of bool | `Float of float | `Int of int | `Null | `String of string ] -> unit
val char_val : Buffer.t -> char -> unit
OCaml

Innovation. Community. Security.