On Feb 9, 10:16 am, Asen Bozhilov <[email protected]> wrote: > I wrote full JSON parser according ECMAScript 5 JSON grammar. > > <URL:https://github.com/abozhilov/json/tree/master/src> > [ ... ] > I wrote this for testing and debugging purposes, not for fallback of > `JSON.parse'.
Have you considered allowing a reviver function? Perhaps it's not important to your "testing and debugging purposes", but it might be an interesting extension... -- Scott -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
