Blang/configure_lexer.py

3 lines
64 B
Python

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