-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Would be cool if it has any syntax sugar for []=
import cascade
import json
let myObj = cascade newJObject:
myAttr = "myValue"
myOther = cascade newJObject:
innerAttr = "innerValue"
myArray = cascade newJArray:
- "first value"
- "second value"Maybe I just need a YAML but it has so nice features if/when and nice DSL for write JSON/YAML
schneiderfelipe