We are adding a JSON language implementation to the WinForms SyntaxEditor samples for the next maintenance release.
Features
JSON is a lightweight data-interchange format that is a subset of JavaScript syntax, and is commonly used with many web technologies. With the new syntax language, you'll be able to provide a great editor/viewer for JSON data. Here's a screenshot:
The JSON syntax language has these features:
- Syntax highlighting
- Automatic code outlining
- Smart indent
- Delimiter (bracket) highlighting
Summary
This new syntax language example will be included in the next WinForms Controls maintenance release.