package jsonaf

  1. Overview
  2. Docs
A library for parsing, manipulating, and serializing data structured as JSON

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=55d5a46e69891b6753135491b052b4cbb886a76f576099120911984b098806ce

doc/jsonaf.kernel/Jsonaf_kernel/index.html

Module Jsonaf_kernelSource

Sourcemodule Conv : sig ... end

Utility Module for Jsonaf_kernel Conversions

Sourcemodule Expert : sig ... end

The expert type and functions abstract over the type of `Number, so one could build a parser that worked specifically for, say, float ts or Bigdecimal.t ts instead of using string as an intermediate type.

Sourcemodule Jsonafable : sig ... end
Sourcetype t = [
  1. | `Null
  2. | `False
  3. | `True
  4. | `String of string
  5. | `Number of string
  6. | `Object of (string * t) list
  7. | `Array of t list
]
Sourcemodule Parser : sig ... end
Sourcemodule Serializer : sig ... end
OCaml

Innovation. Community. Security.