json minifier

a simple minifier of JSON

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.bingoohuang
Идентификатор

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

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

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

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

json minifier
a simple minifier of JSON
Ссылка на сайт

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

http://github.com/bingoohuang/westjson
Система контроля версий

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

http://github.com/bingoohuang/westjson

Скачать westjson

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 20.0
com.alibaba : fastjson jar 1.2.24

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok Необязательный jar 1.16.12

test (4)

Идентификатор библиотеки Тип Версия
joda-time : joda-time jar 2.9.4
junit : junit jar 4.11
com.google.truth : truth jar 0.27
ch.qos.logback : logback-classic jar 1.1.8

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

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

Build Status Coverage Status Maven Central License

westjson

JSON minified without extra format like double quote

Standard JSON:

{"age":123,"name":"bingoo"}

West JSON:

{age:123,name:bingoo}

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

Версия
0.0.1