nushell/tests/json_roundtrip.txt

4 lines
94 B
Text
Raw Normal View History

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