nushell/tests/json_roundtrip.txt

4 lines
94 B
Plaintext
Raw Normal View History

2019-06-03 03:26:29 +02:00
cd tests
2019-06-14 00:52:36 +02:00
open test.json | get glossary.GlossDiv.GlossList.GlossEntry.GlossSee | echo $it
2019-06-03 02:37:16 +02:00
exit