mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-04 19:41:26 -05:00
5ff6432c7b
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