[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