JSON Sidekick

Author: Dale Anson

Introduction

Suggestions welcome, please contact jedit-devel@lists.sourceforge.net.

This plugin parses JSON files. See www.json.org for details of the JSON file format.

This is a fairly minimal sidekick, it only parses JSON files and is pretty strict about the format. Parsing errors are shown in the Error List plugin.

The parser itself is written using Antlr, so the Antlr plugin is a requirement.

Settings

There are no specific settings for this plugin. If the file type is recognized by jEdit as being a JSON file, this plugin will parse it and display a corresponding tree in the Sidekick.

Version History