kiranmahto

Results 3 comments of kiranmahto

Is this issue has any solution

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.