mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 19:41:24 -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