npm
npmjs.com › package › @dimakorotkov › ngx-json-editor
@dimakorotkov/ngx-json-editor - npm
Ngx Json Editor (wrapper for json-editor).
» npm install @dimakorotkov/ngx-json-editor
Published Feb 01, 2022
Version 1.0.1
Author Dmitriy Korotkov
npm
npmjs.com › package › ngx-json-viewer
ngx-json-viewer - npm
November 21, 2022 - JSON formatter / viewer for Angular. Latest version: 3.2.1, last published: 3 years ago. Start using ngx-json-viewer in your project by running `npm i ngx-json-viewer`. There are 44 other projects in the npm registry using ngx-json-viewer.
» npm install ngx-json-viewer
Published Nov 21, 2022
Version 3.2.1
Author Vivo Xu
Repository https://github.com/hivivo/ngx-json-viewer
Videos
GitHub
github.com › whcmark › ngx-jsoneditor
GitHub - whcmark/ngx-jsoneditor: a wrapper for json editor(http://jsoneditoronline.org)
Starred by 8 users
Forked by 8 users
Languages TypeScript 56.2% | JavaScript 43.8% | TypeScript 56.2% | JavaScript 43.8%
NgxEditor
sibiraj-s.github.io › ngx-editor › introduction
Introduction | NgxEditor
October 19, 2025 - import { NgxEditorComponent, NgxEditorMenuComponent, Editor } from 'ngx-editor'; ... If the Input to the component is HTML, output will be HTML. To manually convert json output from the editor to html
npm
npmjs.com › package › ngx-jsoneditor
ngx-jsoneditor - npm
May 6, 2017 - Latest version: 0.1.1, last published: 8 years ago. Start using ngx-jsoneditor in your project by running `npm i ngx-jsoneditor`. There are no other projects in the npm registry using ngx-jsoneditor.
» npm install ngx-jsoneditor
Published May 06, 2017
Version 0.1.1
Author DevMark
Repository https://github.com/devmark/ngx-jsoneditor
GitHub
github.com › carlos-morcillo › ngx-json-builder
GitHub - carlos-morcillo/ngx-json-builder: Jsoneditor for Angular 11, 12, 13, 14 and 16
Jsoneditor for Angular 11, 12, 13, 14 and 16. Contribute to carlos-morcillo/ngx-json-builder development by creating an account on GitHub.
Author carlos-morcillo
GitHub
github.com › hivivo › ngx-json-viewer
GitHub - hivivo/ngx-json-viewer: JSON formatter and viewer in HTML for Angular · GitHub
JSON formatter and viewer in HTML for Angular. Contribute to hivivo/ngx-json-viewer development by creating an account on GitHub.
Starred by 182 users
Forked by 71 users
Languages TypeScript 68.2% | SCSS 13.3% | HTML 9.0% | JavaScript 9.0% | CSS 0.5%
npm Trends
npmtrends.com › ang-jsoneditor-vs-jsoneditor-vs-ng2-json-editor-vs-ngx-json-viewer
ang-jsoneditor vs jsoneditor vs ng2-json-editor vs ngx-json-viewer | npm trends
Comparing trends for ang-jsoneditor 4.0.2 which has 46,271 weekly downloads and 162 GitHub stars vs. jsoneditor 10.4.2 which has 224,612 weekly downloads and 12,146 GitHub stars vs. ng2-json-editor 0.25.52 which has 91 weekly downloads and 1 GitHub stars vs. ngx-json-viewer 3.2.1 which has 93,536 weekly downloads and 182 GitHub stars.
NgxEditor
sibiraj-s.github.io › ngx-editor › doc-html-doc
Working with HTML/JSON doc | NgxEditor
October 19, 2025 - import { toHTML } from 'ngx-editor'; const html = toHTML(this.jsonDoc); // -> html string · // schema is optional, use it if you modified the default schema · const html = toHTML(this.jsonDoc, schema); // -> html string · import { toDOC } from 'ngx-editor'; this.jsonDoc = toDOC(htmlString); // schema is optional, use it if you modified the default schema ·
GitHub
github.com › savantly-net › ngx-jsoneditor
GitHub - savantly-net/ngx-jsoneditor: Angular wrapper for jsoneditor
Angular wrapper for jsoneditor. Contribute to savantly-net/ngx-jsoneditor development by creating an account on GitHub.
Author savantly-net
Socket
socket.dev › npm › package › ngx-json-builder
ngx-json-builder - npm Package Security Analysis - Socket.dev
July 17, 2023 - ## About this repository This is a fork of mariohmol's [ang-jsoneditor](https://github.com/mariohmol/ang-jsoneditor) with support for Angular 16. This repository will probably become stale, when the original will be actively maintained again. ... The npm package ngx-json-builder receives a total of 21 weekly downloads.
GitHub
github.com › whcmark › ngx-jsoneditor › blob › master › src › jsoneditor.component.ts
ngx-jsoneditor/src/jsoneditor.component.ts at master · whcmark/ngx-jsoneditor
a wrapper for json editor(http://jsoneditoronline.org) - whcmark/ngx-jsoneditor
Author whcmark
GitHub
github.com › Verbalman › ngx-json-reader
GitHub - Verbalman/ngx-json-reader: Angular JSON reader/editor with multi-URL compare & diff
May 6, 2017 - ngx-json-reader is a lightweight Angular 20+ library for working with JSON in your applications. It provides a standalone component that can: ... Perfect for developer tools, admin dashboards, or any Angular app that needs an interactive JSON ...
Author Verbalman
npm
npmjs.com › package › ngx-monaco-editor-v2
ngx-monaco-editor-v2 - npm
February 18, 2026 - @Component({ selector: 'app-root', template: `<ngx-monaco-editor [options]="options" [model]="model"></ngx-monaco-editor>`, styles: [] }) export class AppComponent { options = { theme: 'vs-dark' }; jsonCode = [ '{', ' "p1": "v3",', ' "p2": false', '}' ].join('\n'); model: NgxEditorModel = { value: this.jsonCode, language: 'json', uri: monaco.Uri.parse('a://b/foo.json') }; }
» npm install ngx-monaco-editor-v2
Published Feb 18, 2026
Version 21.1.4
Author Miroslav Maksimovic
jsDelivr
jsdelivr.com › package › npm › ngx-jsoneditor
ngx-jsoneditor CDN by jsDelivr - A CDN for npm and GitHub
May 6, 2017 - Optimized for JS and ESM delivery from npm and GitHub. Works with all web formats. Serving more than 150 billion requests per month.
Published May 06, 2017
Repository https://github.com/devmark/ngx-jsoneditor
GitHub
github.com › sibiraj-s › ngx-editor › blob › master › angular.json
ngx-editor/angular.json at master · sibiraj-s/ngx-editor
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "ngx-editor": { "projectType": "library", "root": "projects/ngx-editor", "sourceRoot": "projects/ngx-editor/src", "prefix": "lib", "architect": { "build": { "builder": "@angular-devkit/build-angular:ng-packagr", "options": { "project": "projects/ngx-editor/ng-package.json" }, "configurations": { "production": { "tsConfig": "projects/ngx-editor/tscon
Author sibiraj-s