Quantcast
Channel: Editor
Viewing all articles
Browse latest Browse all 58

JSON Editor Plugin

$
0
0
Date Created: 
Wed, 2009-06-03 11:17
Date Updated: 
Fri, 2021-01-15 10:11
Boothen Technology

The JSON Editor is a simple plugin for the Eclipse IDE that

  • Supports every eclipse flavor (JavaEE, CDT, RCP, you name it!)
  • Supports eclipse version 3.7 - 4.11.0 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
  • Detects duplicate keys
  • Reliable, resilient and fast syntax tree parsing and validation through ANTLR 4
  • Synchronized tree view and text editor
  • Available for free - that's a feature, isn't it?

Please report issues on our GitHub page: https://github.com/boothen/Json-Eclipse-Plugin


Viewing all articles
Browse latest Browse all 58

Trending Articles