nalgene
nalgene copied to clipboard
No such file or directory:'test2.json'
test_json = json.load(open('test2.json')) FileNotFoundError: [Errno 2] No such file or directory: 'test2.json' How can i find test2.json
i resolved this.It is only if you want to test with your test.json file.if you don't have test.json then you can comment #test_json = json.load(open('test2.json')) #root_context = Node('%').add(parse_dict(test_json)) both lines.