|
|
|
|
|
by pcwalton
3294 days ago
|
|
JSON has problems, but that's why we have TOML: [gamma_size]
type = "event"
args = [
{ name = "size", type = "uint" }
]
XML isn't what I would choose here because there's no need for text markup. TOML is both simpler and friendlier than XML in this case.I do agree that it doesn't matter much. |
|