package jsonaf
-
jsonaf.kernel
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Conv : sig ... end
Utility Module for Jsonaf_kernel Conversions
module 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 t
s or Bigdecimal.t t
s instead of using string as an intermediate type.
module Jsonafable : sig ... end
module Parser : sig ... end
module Serializer : sig ... end