• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2   "bool": true,
3   "int": 42,
4   "list": [ 1, 2 ],
5   "null": null,
6   "real": 3.14,
7   "string": "hello"
8}
9