This is going to be very short (let's call it a warmup) post.
Just wanted to let you know that I've made small update to JSONDecoder. Changes are mostly cosmetics:
- Content type check is case insensitive now
- Decoder is now removing garbage from JSON payload (like }]);)
- Another Content-type is being checked: text/javascript (twitter uses that)