| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use json module to pretty print the scope tree. JSON keys are ordered
and two-space indentation is used.
|
|
|
|
| |
Update license header in files.
|
|
|
|
|
|
|
|
| |
r.json() decodes the responses json and passes it to json.loads() which
will convert the content into a python dictionary.
Print the literal JSON text so that output can be further manipulated by
other tools like jq.
|
| |
|
|
This prefix is redundant on almost every file, so the prefix is removed from
filenames and imports.
|