在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:mb21/JSONedit开源软件地址:https://github.com/mb21/JSONedit开源编程语言:JavaScript 72.8%开源软件介绍:JSONeditUser 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. Use as Angular module
// 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" /> |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论