request `a{ b.c }` -> `{ c: a.b.c }`, instead of `{ c: a[b.c] }` ``` $ coco -bce '{ a.b.c }' Error: Parse error on line 1: Unexpected 'DOT' ``` that would probably have to parse
request
a{ b.c }->{ c: a.b.c }, instead of{ c: a[b.c] }that would probably have to parse