View on GitHub

notes

A collection of my TIL notes and commonplace book entries.

Format contents of JSON file

VSCode doesn’t format JSON file if it’s too large.

Use python to format JSON file:

$ python -m json.tool < file.json