cpython/Lib/test/test_tomllib/data/valid/boolean.json

{
  "a": {"type":"bool","value":"true"},
  "b": {"type":"bool","value":"false"}
}