Could use Monaco editor. It's open source and has been easy to work with ime and is feature rich https://github.com/microsoft/monaco-editor Edit: added GitHub link Answer from piminto on reddit.com
npm
npmjs.com › package › ang-jsoneditor
ang-jsoneditor - npm
Angular Json Editor (wrapper for jsoneditor).
» npm install ang-jsoneditor
Published Apr 09, 2025
Version 4.0.2
Author Mario Mol
Repository https://github.com/mariohmol/ang-jsoneditor
Reddit
reddit.com › r/angular2 › best angular json editor?
r/Angular2 on Reddit: Best Angular JSON editor?
September 6, 2024 -
I'm looking for a JSON editor (view/edit) on my Angular project. And it seems like most of them are no longer maintained for higher Angular version (I'm using v17). Wondering if you guys could suggest me a few of what you're using. Thank you.
Top answer 1 of 3
9
Could use Monaco editor. It's open source and has been easy to work with ime and is feature rich https://github.com/microsoft/monaco-editor Edit: added GitHub link
2 of 3
2
Maybe you can try the CodeMirror v6 and there already an Angular wrapper component. https://github.com/acrodata/code-editor JSON editor demo: https://acrodata.github.io/gui/playground
GitHub
github.com › bastiendonjon › angular-jsoneditor
GitHub - bastiendonjon/angular-jsoneditor: Jsoneditor module for Angular
Jsoneditor module for Angular. Contribute to bastiendonjon/angular-jsoneditor development by creating an account on GitHub.
Starred by 6 users
Forked by 4 users
npm
npmjs.com › package › angular-jsoneditor
angular-jsoneditor - npm
Angular wrapper for jsoneditor. Latest version: 0.0.2, last published: 9 years ago. Start using angular-jsoneditor in your project by running `npm i angular-jsoneditor`. There are 1 other projects in the npm registry using angular-jsoneditor.
» npm install angular-jsoneditor
Published Mar 24, 2017
Version 0.0.2
Author Paul Biester
Repository https://github.com/isonet/angular-jsoneditor
GitHub
github.com › AjinkyaBijwe › Json-Editor
GitHub - AjinkyaBijwe/Json-Editor: Angular JSON Editor made using Angular 9, json-editor js and Angular Material v8
Angular JSON Editor made using Angular 9, json-editor js and Angular Material v8 - AjinkyaBijwe/Json-Editor
Starred by 7 users
Forked by 3 users
Languages CSS 58.0% | TypeScript 34.6% | JavaScript 4.1% | HTML 3.3% | CSS 58.0% | TypeScript 34.6% | JavaScript 4.1% | HTML 3.3%
Stack Overflow
stackoverflow.com › questions › 76023438 › angular-json-editor
jsoneditor - Angular JSON Editor - Stack Overflow
There is a npm package called jsoneditor which may be what you need.
Hacker News
news.ycombinator.com › item
Show HN: Simple visual JSON editor as an AngularJS directive | Hacker News
September 14, 2013 - One of the main founding concepts being JSON was to make a human-readable data representation. It may just be because I work with it on a daily basis, but I find that it's one of the best data formats for fast and simple readability. I find myself spending more time figuring out what's going ...
Answerdesk
surveyjs.answerdesk.io › ticket › details › t21489 › json-editor-improving-readability-in-integrated-app
JSON Editor - Improving readability in integrated app | surveyjs Support
January 22, 2025 - Hi Team, I am using Survey Creator with developer license in Angular v18 application and is going well. I noticed there's difference in how
npm
npmjs.com › package › jsoneditor
jsoneditor - npm
The code of the JSON Editor is located in the folder ./src. To build jsoneditor:
» npm install jsoneditor
Published Oct 15, 2025
Version 10.4.2
Author Jos de Jong
Repository https://github.com/josdejong/jsoneditor
Homepage https://jsoneditoronline.org
Rodikh
rodikh.github.io › angular-json-editor
Angular-json-editor
Angular-json-editor : An angular wrapper for jdorn/json-editor
UNPKG
app.unpkg.com › ang-jsoneditor@1.5.7 › files › jsoneditor › jsoneditor.component.ts
ang-jsoneditor
Angular Json Editor (wrapper for jsoneditor).
GitHub
github.com › josdejong › svelte-jsoneditor
GitHub - josdejong/svelte-jsoneditor: A web-based tool to view, edit, format, repair, query, transform, and validate JSON · GitHub
The library is written with Svelte, but can be used in plain JavaScript too and in any framework (SolidJS, React, Vue, Angular, etc.). It requires a browser from March 2022 or newer. ... Note that svelte-jsoneditor@3.x requires Svelte 5.
Starred by 1.2K users
Forked by 145 users
Languages TypeScript 53.8% | Svelte 36.8% | SCSS 6.3% | HTML 1.3% | JavaScript 1.2% | CSS 0.6%
GitHub
github.com › mariohmol › ang-jsoneditor › issues › 135
Support for Angular 16 & 17? · Issue #135 · mariohmol/ang-jsoneditor
December 24, 2023 - Our business currently uses this tool and it is amazing. With a recent upgrade to angular 17 the editorOptions are no longer appearing. Is there support for angular 16/17 coming soon or is there an...
Author samantha-swift