jsonpanel

WebJar for jsonpanel

Лицензия

Лицензия

MIT
Категории

Категории

JSON Данные
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

jsonpanel
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jsonpanel
WebJar for jsonpanel
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/afeld/jsonpanel

Скачать jsonpanel

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/jsonpanel/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>jsonpanel</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jsonpanel/
implementation 'org.webjars.bower:jsonpanel:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.bower/jsonpanel/
implementation ("org.webjars.bower:jsonpanel:0.1.2")
'org.webjars.bower:jsonpanel:jar:0.1.2'
<dependency org="org.webjars.bower" name="jsonpanel" rev="0.1.2">
  <artifact name="jsonpanel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jsonpanel', version='0.1.2')
)
libraryDependencies += "org.webjars.bower" % "jsonpanel" % "0.1.2"
[org.webjars.bower/jsonpanel "0.1.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [0,)
org.webjars.bower : Autolinker.js jar [0.11.0,0.12)

Модули Проекта

Данный проект не имеет модулей.

JSONPanel

JavaScript JSON viewer plugin. Requires jQuery.

Usage

  1. Download the latest release, or install using Bower:

    bower install --save jsonpanel
  2. Include in page

    <link rel="stylesheet" type="text/css" href="bower_components/jsonpanel/stylesheets/jsonpanel.css">
    <script src="bower_components/jquery/dist/jquery.js"></script>
    <script src="bower_components/Autolinker.js/dist/Autolinker.js"></script>
    <script src="bower_components/jsonpanel/jsonpanel.js"></script>
    
    <!-- ... -->
    
    <div class="jsonpanel"></div>
  3. Initialize by passing JSON object into jQuery plugin:

    $(document).ready(function(){
      $('.jsonpanel').jsonpanel({
        data: {
          sample: 'json'
        }
      });
    });

See the demo page, or api.afeld.me for a real-world example.

Development

Installation

gem install bundler
bundle

Compile files

bundle exec compass watch
open index.html

Run test coverage

bundle exec rackup
open "http://localhost:9292/index.html?coverage=true"

Inspiration

Версии библиотеки

Версия
0.1.2