Blang/configure_lexer.py
2016-04-22 21:46:31 +02:00

3 lines
64 B
Python

import json
json_data = open('file')
data = json.load(json_data)