npm
npmjs.com › package › ang-jsoneditor
ang-jsoneditor - npm
Angular Json Editor (wrapper for jsoneditor). View/Edit Json file with formatting. ... Working with latest Angular 18/19. To install this library with npm, run below command:
» npm install ang-jsoneditor
Published Apr 09, 2025
Version 4.0.2
Author Mario Mol
Repository https://github.com/mariohmol/ang-jsoneditor
GitHub
github.com › mariohmol › ang-jsoneditor
GitHub - mariohmol/ang-jsoneditor: Angular Jsoneditor that works with angular 4 to angular 15
Angular Json Editor (wrapper for jsoneditor). View/Edit Json file with formatting. ... Working with latest Angular 18/19. To install this library with npm, run below command:
Starred by 162 users
Forked by 101 users
Languages TypeScript 91.3% | HTML 8.1% | TypeScript 91.3% | HTML 8.1%
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
npm
npmjs.com › package › ng2-json-editor
ng2-json-editor - npm
Latest version: 0.25.52, last published: 2 years ago. Start using ng2-json-editor in your project by running `npm i ng2-json-editor`. There are 4 other projects in the npm registry using ng2-json-editor.
» npm install ng2-json-editor
Published Sep 19, 2023
Version 0.25.52
Author Harun Urhan
Rodikh
rodikh.github.io › angular-json-editor
Angular-json-editor
angular.module('demoApp', ['angular-json-editor']).config(function (JSONEditorProvider) { JSONEditorProvider.configure({ plugins: { sceditor: { style: 'sce/development/jquery.sceditor.default.css' } }, defaults: { options: { iconlib: 'bootstrap3', theme: 'bootstrap3', ajax: true } } }); }); Clone the project, install bower and npm dependencies by running ·
GitHub
github.com › bastiendonjon › angular-jsoneditor
GitHub - bastiendonjon/angular-jsoneditor: Jsoneditor module for Angular
The library can be loaded as CommonJS module, AMD module, or as a regular javascript file. Supported browsers: Chrome, Firefox, Safari, Opera, Internet Explorer 9+. API · with npm: npm install jsoneditor ·
Starred by 6 users
Forked by 4 users
npm
npmjs.com › package › @maaxgr › ang-jsoneditor
@maaxgr/ang-jsoneditor - npm
import {Component} from '@angular/core'; import {JsonEditorOptions} from "@maaxgr/ang-jsoneditor"; @Component({ selector: 'app-root', template: '<json-editor [options]="editorOptions" [data]="initialData" (change)="showJson($event)"></json-editor>' + '<div>{{ visibleData | json }}</div>' }) export class AppComponent { public editorOptions: JsonEditorOptions; public initialData: any; public visibleData: any; constructor() { this.editorOptions = new JsonEditorOptions() this.editorOptions.modes = ['code', 'text', 'tree', 'view']; this.initialData = {"products":[{"name":"car","product":[{"name":"honda","model":[{"id":"civic","name":"civic"},{"id":"accord","name":"accord"},{"id":"crv","name":"crv"},{"id":"pilot","name":"pilot"},{"id":"odyssey","name":"odyssey"}]}]}]} this.visibleData = this.initialData; } showJson(d: Event) { this.visibleData = d; } }
» npm install @maaxgr/ang-jsoneditor
Published Nov 25, 2022
Version 14.0.0
Author Max Großmann
Repository https://github.com/MaaxGr/ang-jsoneditor
UNPKG
app.unpkg.com › ang-jsoneditor@1.5.6 › files › README.md
UNPKG
# Angular Json Editor Angular Json Editor (wrapper for jsoneditor). View/Edit Json file with formatting. ## Installation To install this library with npm, run below command: $ npm install --save ang-jsoneditor ## Usage ### Configuration First, Import Angular JsonEditor module in root ```ts ...
npm
npmjs.com › package › angular-json-editor
angular-json-editor - npm
JSON Editor Angular directive =============================. Latest version: 0.2.1, last published: 8 years ago. Start using angular-json-editor in your project by running `npm i angular-json-editor`. There are no other projects in the npm registry ...
» npm install angular-json-editor
Published Jan 10, 2017
Version 0.2.1
GitHub
github.com › AjinkyaBijwe › Json-Editor
GitHub - AjinkyaBijwe/Json-Editor: Angular JSON Editor made using Angular 9, json-editor js and Angular Material v8
This project is made with latest ... and Progress is saved in browser localstorage to retain old changes. ... Download Project and run npm install....
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%
npm
npmjs.com › package › @dimakorotkov › ngx-json-editor
@dimakorotkov/ngx-json-editor - npm
Ngx Json Editor (wrapper for json-editor). It takes a JSON Schema and uses it to generate an HTML form. Tested under Angular 13. To install this library with npm, run below commands:
» npm install @dimakorotkov/ngx-json-editor
Published Feb 01, 2022
Version 1.0.1
Author Dmitriy Korotkov
GitHub
github.com › Brunoalcau › ng-JsonEditor
GitHub - Brunoalcau/ng-JsonEditor: JSON Edit Angular current version
Angular Json Editor (wrapper for jsoneditor). View/Edit Json file with formatting. Working with latest Angular 5. To install this library with npm, run below command:
Author Brunoalcau
Stack Overflow
stackoverflow.com › questions › 76023438 › angular-json-editor
jsoneditor - Angular JSON Editor - Stack Overflow
The Editor Should able be able to validate any error's on, provide which line the error's all the features which is available on AWS JSON editor ... There is a npm package called jsoneditor which may be what you need.
GitHub
github.com › angular-tools › ng-jsoneditor
GitHub - angular-tools/ng-jsoneditor: Angular version of the insanely cool jsoneditor
bower install angular-tools/ng-jsoneditor · or NPM option: npm install ng-jsoneditor · This will copy the ng-jsoneditor.js files into a bower_components folder, along with its dependencies.
Starred by 83 users
Forked by 66 users
Languages JavaScript 100.0% | JavaScript 100.0%
npm
npmjs.com › package › vanilla-jsoneditor
vanilla-jsoneditor - npm
npm · Sign UpSign In · 3.11.0 • Public • Published 3 months ago · Readme · Code Beta · 26 Dependencies · 64 Dependents · 140 Versions · A web-based tool to view, edit, format, transform, and validate JSON.
» npm install vanilla-jsoneditor
Published Dec 10, 2025
Version 3.11.0
Krispo
krispo.github.io › json-tree
JSON Editor
JSON-treev0.1.5 · Editable AngularJS directive · {{ meta.title }} · {{ meta.caption }} · Please enable JavaScript to view the comments powered by Disqus · comments powered by Disqus · © 2014 Konstantin Skipor, MIT License · Tweet · Issues · Releases · zip · tar.gz
Npm
npm.io › package › ang-jsoneditor
Ang-jsoneditor NPM | npm.io
Angular Json Editor (wrapper for jsoneditor).
Npm
npm.io › search › keyword:jsonEditor
JsonEditor | npm.io
Angular 4 Json Editor (wrapper for jsoneditor).
Npm
npm.io › package › @malloc47 › ang-jsoneditor
@malloc47/ang-jsoneditor NPM | npm.io
Angular Json Editor (wrapper for jsoneditor).