git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/array/bool.json (about)

     1  {
     2    "a": [
     3      {
     4        "type": "bool",
     5        "value": "true"
     6      },
     7      {
     8        "type": "bool",
     9        "value": "false"
    10      }
    11    ]
    12  }