package catapult

  1. Overview
  2. Docs

Module Catapult_utils.Json_outSource

Basic output of json values to a buffer

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

Innovation. Community. Security.