Skip to content

boothen/Json-Eclipse-Plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
May 13, 2016 20:54
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
January 16, 2020 20:14
December 11, 2014 09:29
December 29, 2019 11:42
January 16, 2020 20:14
February 25, 2018 11:33

Eclipse Json Editor Plugin

epl10 GitHub tag Build Status

screenshot

This plugin adds support for JSON files to eclipse. You can install the latest version directly from this update site:

http://boothen.github.io/Json-Eclipse-Plugin/

You can also get this plugin from the eclipse Marketplace.

A small video demonstration is available on YouTube

Features

  • Supports every eclipse flavor (JavaEE, CDT, RCP, you name it!)
  • Supports eclipse version 3.7 - 2019-12-R and most probably later versions
  • Conforms to the JSON standard as defined in the RFC 4627 by D. Crockford
  • Deep Integration (File wizards, tree outline, preference pages)
  • Quick Outline with reg-ex support (CTRL + O)
  • Highly configurable code formatting (CTRL + SHIFT + F)
  • Custom syntax highlighting
  • Text folding and range highlighters
  • Detects duplicate keys
  • Reliable, resilient and fast syntax tree parsing and validation through ANTLR 4
  • Available for free - that's a feature, isn't it?

Developer Guides

See this getting started page or the release management cheat sheet.

License

This software is licensed in compliance with the eclipse Foundation under the eclipse Public License 1.0.

SourceForge

This plugin was formerly hosted at https://sourceforge.net/projects/eclipsejsonedit/