mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 00:39:44 -06:00
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