hcfg/test/test.hcfg

14 lines
246 B
Plaintext

{
// test
key: "value",
/* this is a comment */
other_key: 100,
nulled: null,
floating: 123f,
other_float: 123.3,
bin: b"test",
arr: [1,2],
bool1: true,
bool2: false,
nested: { key: "trailing", },
}