JSON parser exceptions: provide explicit error position information
It would be helpful if the parser would add information on where in the JSON script the error was detected to the exception object's properties. This would be particularly useful for error codes like 11119. It currently displays the context, which...