On 2013.05.23 11:58, Andrew Edwards-Adams wrote: > Hi thanks for the reply Andrew, my first bit of code was heading in the right > direction I was managing to pull out the usernames from the JSON, using REGEX. It's also worth mentioning that regexes are almost always the wrong tool, especially for standardized formats like JSON. They can be very useful when nothing saner will get the job done, but are a nasty mess with no real benefit otherwise. -- CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1 -- http://mail.python.org/mailman/listinfo/python-list
- Accessing Json data (I think I am nearly there) compl... Andrew Edwards-Adams
- Re: Accessing Json data (I think I am nearly the... Andrew Berg
- Re: Accessing Json data (I think I am nearly the... MRAB
- Re: Accessing Json data (I think I am nearly the... Andrew Edwards-Adams
- Re: Accessing Json data (I think I am nearly... Andrew Berg
- Re: Accessing Json data (I think I am nearly... Andrew Berg
- Re: Accessing Json data (I think I am nearly... Andrew Edwards-Adams
- Re: Accessing Json data (I think I am ne... Mark Lawrence
- Re: Accessing Json data (I think I am ne... Andrew Edwards-Adams