Use map-based code in jsonparser.escape
The escape use two separate arrays, then load a list of the index to loop over the two arrays at once
It also writes the reference to the three said objects in the global scope, despite being used in only one method
I recommend changing it to use only one map, and maybe move it to the method too for extra clarity (and reduced character count)
Modification effectuée par LaplongeJunior