# JSON to txt Wordlist

## JSON to TXT Wordlist

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