mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-10 18:49:02 -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
6.6 KiB
6.6 KiB