{
  "Bool":true,
  "Ordering":"EQ",
  "Unit":[],
  "Char":"!",
  "Float":1.200001,
  "Double":1.2000000000000002,
  "Int":0,
  "Natural":9999999,
  "Integer":-9999999,
  "Int8":127,
  "Int16":32767,
  "Int32":2147483647,
  "Int64":9223372036854775807,
  "Word":0,
  "Word8":255,
  "Word16":65535,
  "Word32":4294967295,
  "Word64":18446744073709551615,
  "T.Text":"testing",
  "LT.Text":"lazy testing",
  "Version":"1.2.3-tag1-tag2",
  "Scientific":1.34876e-123,
  "IntSet":[1,2,3,99999999],
  "UUID":"01234567-89ab-cdef-0123-456789012345",
  "CTime":1.2498623e7,
  "ZonedTime":"2019-04-08T20:21:18.070055167+02:00",
  "LocalTime":"2019-04-08T20:21:18.070055167",
  "TimeOfDay":"20:21:18.070055167",
  "UTCTime":"2019-04-08T18:21:18.070055167Z",
  "NominalDiffTime":8234576.680,
  "DiffTime":8234576.680,
  "Day":"2019-04-08",
  "DotNetTime":"/Date(1554747678070)/",
  "Value":{
    "a":[],
    "b":1,
    "c":{},
    "d":false,
    "e":null,
    "f":"test"
  },

  "Ratio":{
    "numerator":1,
    "denominator":9001
  },
  "Fixed":0.000000000012,
  "Proxy":null,

  "Identity":"test",
  "First":"test",
  "Last":"test",
  "Min":"test",
  "Max":"test",
  "Dual":"test",

  "[]":[1,2,3,4,5],
  "IntMap":[[1,true],[9486,false],[-1,false]],
  "NonEmpty":[12,3,5,76],
  "Seq":["one","two","three"],
  "Tree":["one",[["two",[]],["three",[]]]],

  "Const":"test",
  "Maybe":null,
  "Maybe2":"test",
  "Either":{"Left":"test"},
  "Either2":{"Right":true},

  "DList":[1,2,34,4,5,6],
  "V.Vector":[1,2,34,4,5,6],
  "VS.Vector":[1,2,34,4,5,6],
  "VP.Vector":[1,2,34,4,5,6],
  "VU.Vector":[1,2,34,4,5,6],

  "Set": [1,2,3,4,5,6],
  "Map": {"a":1,"b":2},
  "HashSet": [1,2,3,4,5,6],
  "HashMap": {"a":1,"b":2},

  "Tuple2": [1,true],
  "Tuple3": [1,true,"test"],
  "Tuple4": [1,true,"test",[]],
  "Tuple5": [1,true,"test",[],0.45e-3]
}
