j
k
j a
j l
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.
Attachments:
Back to the thread
Back to the list