It's not always clear when to use `Argument(foo)` vs `bobj("foo" -> foo)` and how the AST/DSL breaks down. Also detail what to do when you run up against `Map[String, Any]`
It's not always clear when to use
Argument(foo)vsbobj("foo" -> foo)and how the AST/DSL breaks down.Also detail what to do when you run up against
Map[String, Any]