Watch this Author's files
Correction to my previous post: The mentioned line should read "currstr=inStr(pos:min(pos+100,end));" of course.
Excellent contribution. For large json files (mine was >100MB), you can make the code >100 times faster by replacing the line "currstr=inStr(pos:end);" with "currstr=inStr(pos:pos+100);" in parse_number().
Contact us