• This repository has been archived on 02/Nov/2020
  • Stars
    star
    567
  • Rank 76,119 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

User friendly, visual JSON editor built as an Angular 1 directive.

JSONedit

User friendly, visual JSON editor built as an AngularJS directive. Provides a basic GUI to edit JSON.

Note: this project is not maintained anymore, since it's an AngularJS 1 directive.

Give it a try!

Use as Angular module

$ bower install json-edit
// require module in your app:
var app = angular.module('exampleApp', ['JSONedit']);
<!-- use somewhere in your template -->
<div class="jsonView">
    <json child="myJson" default-collapsed="false" type="object"></json>
</div>

<!-- include JSONedit files -->
<script src="bower_components/json-edit/js/directives.js"></script>
<link  href="bower_components/json-edit/css/styles.css" rel="stylesheet" type="text/css" />

<!-- include the dependencies in this order (if you don't already have them) -->
<script src="bower_components/json-edit/bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/json-edit/bower_components/jquery-ui/jquery-ui.min.js"></script>
<script src="bower_components/json-edit/bower_components/angular/angular.min.js"></script>
<script src="bower_components/json-edit/bower_components/angular-ui-sortable/sortable.min.js"></script>
<link  href="bower_components/json-edit/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" type="text/css" />

More Repositories

1

panwriter

Markdown editor with pandoc integration and paginated preview.
TypeScript
950
star
2

Pandoc-Mac-OS-X-Services

Invoke pandoc from any text editor with the opened file as input
126
star
3

panrun

Script that looks at the YAML metadata in a markdown file and runs pandoc for you.
Ruby
43
star
4

pandoc-placetable

Pandoc filter to include CSV data (from file or URL)
Haskell
38
star
5

api-explorer

GUI tool to map any JSON-based Web API, plus node server to access it as if it were a HAL Hypermedia API
JavaScript
27
star
6

markdown-it-bracketed-spans

Span (<span>) tag plugin for markdown-it markdown parser
JavaScript
17
star
7

markdown-it-pandoc

Package bundling a few markdown-it plugins to approximate pandoc flavoured markdown
JavaScript
14
star
8

moviedir2html

Searches a directory recursively for movie files and writes IMDB information into an HTML file.
Python
7
star
9

iCalendar-to-Facebook-Event

This was a Facebook Application you could use to subscribe to an iCalendar file which then gets regularly checked for updates. However, this is not supported by the Graph API 2.0 any more.
PHP
7
star
10

reading-list

My reading lists
5
star
11

panwriter-website

Repo for PanWriter website
JavaScript
2
star
12

mastro

Minimal, no-dependencies take on a Deno web framework for MPAs.
TypeScript
2
star
13

atom-markdown-editor-simple-style

Basic CSS for Atom when editing markdown files, extends installed syntax-theme
CSS
2
star
14

2324.ch

HTML
1
star
15

mb21.github.io

TeX
1
star
16

GUI-CSS-Editor

PoC: GUI editor/layout-program to generate CSS
JavaScript
1
star
17

netlify-cms-widget-image-filepond

JavaScript
1
star
18

blog

my blog
HTML
1
star