Json.StrictSourceStrict supports only types that are supported by the JSON standard. Integers are not supported
type json = [ | `Null| `Bool of bool| `Float of float| `String of string| `Assoc of (string * json) list| `List of json list ]The following polymorphic variants supported