Jsonxt.Json_streamSourceJson stream types for the various compliance levels
type json = [ | `Null| `Bool of bool| `Int of int| `Intlit of string| `Float of float| `Floatlit of string| `String of string| `Stringlit of string| `As| `Ae| `Os| `Oe| `Ts| `Te| `Vs| `Ve| `Name of string| `Infinity| `Neg_infinity| `Nan ]The following polymorphic variants are supported by Jsonxt
Extended supports all Json types including the non-standard tuple and variant introduced by Yojson
Basic supports standard Json types that are supported by the JSON standard but also supports integers rather than just floats