Really? I had kind of the inverse reaction to it. Indeed useful, but definitely not understandable
In php:
$a[] = 1; $a[] = 2; # $a == array(1, 2)
http://example.org/?a[]=1&b[]=2
[[a]] item = 1 [[a]] item = 2
https://example.org?foo=bar&foo=baz
In php:
In URIs: Compare to TOML