Array
[section]
domain = quickref.me
array[]=first value
array[]=second value
The same as JSON
below ð
{
"section": {
"domain": "quickref.me",
"array": [
"first value",
"second value"
]
}
}
Comments
Related