A program that accepts arbitrarily large inputs should probably not use recursion like that. The Javascript parser should use iteration as even valid JSON inputs could cause stack overflow how it is now, IIUC.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.