The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.
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 may in a sea of square and curly brackets.
The Jade XML parser raises an exception of a different class which has line and column properties. That information would be be helpful for the JSON parser. It could be added to the extended error text. Alternatively, adding the offset into the script would be a help.