json minifier

a simple minifier of JSON

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

westjson
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

json minifier
a simple minifier of JSON
Project URL

Project URL

http://github.com/bingoohuang/westjson
Source Code Management

Source Code Management

http://github.com/bingoohuang/westjson

Download westjson

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 20.0
com.alibaba : fastjson jar 1.2.24

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.16.12

test (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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}

Versions

Version
0.0.1