attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.44k stars 266 forks source link

Make field and index paths work for types #3639

Closed kalman closed 7 years ago

kalman commented 7 years ago

Struct type field support field paths, like .fieldName Compound types (List/Set/Map/Union) support index paths, like [0]