attic-labs / noms

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

Add support for parsing values #3688

Closed arv closed 6 years ago

arv commented 6 years ago

This allows parsing all Noms values from the string representation used by human readable encoding:

v, err := nomdl.Parse(vrw, `map {"abc": 42}`)

Fixes #1466

arv commented 6 years ago

jenkins: test this

aboodman commented 5 years ago

Jeez, I forgot we had this. It will be useful for the CLI interface stuff I've been doing.