sam701 / syconf

A simple configuration language that keeps your config files lean
Apache License 2.0
3 stars 1 forks source link

Support flattened object keys #18

Open sam701 opened 3 years ago

sam701 commented 3 years ago

It would be nice to have flattened object keys to keep the config concise:

{
  name: "winnie"
  address.street.house: 33
}