Quote Originally Posted by mendhak View Post
I suppose it's a semi-red herring either way... it's almost JSON (I missed the [ bits) so you have the temptation to strip the characters out and then convert using any existing library; or regex which I think is going to be far more complicated. Perhaps a combination of both - regex to remove unnecessary bits and then the JSON converter to get it to get it to XML to understand it easier.
I'm defiantly liking the JSON conversion, it's just swapping out bits to make it JSON-compatiable.