Formatting JSON with the Python JSON Tool

When working with web server JSON responses, if they span several lines with no ‘new line’ formatting they can be difficult to read. When JSON responses end up on the command line, it is possible to format them for easier reading. Here I use a short output from the jsontest.com site as an example. Copyable …

Continue reading ‘Formatting JSON with the Python JSON Tool’ »

Building a UK Street / Road Name Wordlist

If you need to create custom dictionaries or wordlists, there are many options, in this case we were looking for UK specific street / road names. You do not need to ‘scrape’ open street map for data, it is not ideal from their point of view or yours. As the data is open, they do …

Continue reading ‘Building a UK Street / Road Name Wordlist’ »