Blang/configure_lexer.py

3 lines
64 B
Python
Raw Normal View History

2016-04-22 21:46:31 +02:00
import json
json_data = open('file')
data = json.load(json_data)