[
  true,
  false
,
  null,
  "a string",
  123     ,
  -123,
  23.455,
  -23.455,
  {
    "k":
    "v"
  }, {}
]