diff --git a/new.json b/new.json new file mode 100644 index 0000000..b63cdff --- /dev/null +++ b/new.json @@ -0,0 +1,22 @@ +[ + { + "letter": "silk-1", + "radical": "silk", + "numeral": 2 + }, + { + "letter": "silk-2", + "radical": "silk", + "numeral": 3 + }, + { + "letter": "silk-3", + "radical": "silk", + "numeral": 4 + }, + { + "letter": "earth-1", + "radical": "earth", + "numeral": 5 + } +] \ No newline at end of file diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..d53017c --- /dev/null +++ b/run.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# run python script +python3 dict_test.py +# cat result +cat new.json \ No newline at end of file