> For the complete documentation index, see [llms.txt](https://notes.programmersecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.programmersecurity.com/password-and-bruteforce-attacks/json-to-txt-wordlist.md).

# JSON to txt Wordlist

## JSON to TXT Wordlist

```
jq '.[0:10000]' names.json | grep ","| cut -d '"' -f 2 > names.txt
```
