I am trying to learn json handling with Python in the eclipse IDE. But whenever I try to make a json file in eclipse this error comes
I have the latest version of eclipse and I need help to resolve this error.
Advertisement
Answer
You are probably using the JSON editor from Eclipse Wild Web Developer which indeed requires Node.js to provide JSON support beyond syntax highlighting. Node.js is required to run the JSON language server like Java is required to run Eclipse.
You have the following options:
- Install Node.js into your system
- Install embedded Node.js into Eclipse:
- Go to Help > Install New Software…
- Work with
http://download.eclipse.org/wildwebdeveloper/snapshots
- Choose Node.js embedder from Wild Web Developer and install it
- Use a different JSON editor that does not require Node.js: