Dot separated

[dog."tater.man"]
type = "pug"

#↓ Equivalent JSON

{
  "dog": {
    "tater.man": {
      "type": "pug"
    }
  }
}
Comments