westjson
JSON minified without extra format like double quote
Standard JSON:
{"age":123,"name":"bingoo"}
West JSON:
{age:123,name:bingoo}
| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.bingoohuang |
| ArtifactId | ArtifactIdwestjson |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson minifier
a simple minifier of JSON
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| westjson-0.0.1.pom | |
| westjson-0.0.1.jar | 23 KB |
| westjson-0.0.1-sources.jar | 10 KB |
| westjson-0.0.1-javadoc.jar | 82 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 20.0 |
| com.alibaba : fastjson | jar | 1.2.24 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.16.12 |
| 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 |
JSON minified without extra format like double quote
Standard JSON:
{"age":123,"name":"bingoo"}
West JSON:
{age:123,name:bingoo}