The built-in JSON
class that debuted with Flash Player 11 has an interesting feature that few AS3 programmers know about. It turns out that JSON.parse
doesn’t just take the JSON document to parse but also a “reviver” Function
. What is this? How can it be used? Find out more in today’s article and take advantage of this powerful parsing option.