{
  "hello": "hello",
  "helloWorld": "${hello} ${world.name}!",
  "world": {
    "name": "world"
  },
  "helloWorldExt": "${helloWorld}!!",
  "default_hello": "hey",
  "option": "${tes|default_hello}",
  "option2": "={tes|default_hello}",
  "option3": "={tes|ahah}",
  "helloThrow": "${missing}!!"
}