wsargent opened this issue 3 years ago · 0 comments
It's not always clear when to use Argument(foo) vs bobj("foo" -> foo) and how the AST/DSL breaks down.
Argument(foo)
bobj("foo" -> foo)
Also detail what to do when you run up against Map[String, Any]
Map[String, Any]