some\_thing: &VAR\_NAME foobar
other\_thing: \*VAR\_NAME

#↓ Equivalent JSON

{
  "some\_thing": "foobar",
  "other\_thing": "foobar"
}
Comments