JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

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 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.

  • Julian Brown
  • May 23 2023
  • Future consideration
  • Attach files