sam701 / syconf

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

Add method to delete hashmap keys #30

Closed sam701 closed 3 years ago

sam701 commented 3 years ago

Something like

{
  a: {b: 33, c: 10}
}.drop("a.b") == {a: {c:10}}