package jsonaf
-
jsonaf.kernel
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 Parser : sig ... end
module Serializer : sig ... end