Download pretty-json-1.3.1.jar file - Jar p

Jar examples for p:pretty-json

Description

Pretty JSON formatter supporting standard and compact styling. It can be integrated into a Java application or run as a simple utility from the command line that reads the JSON input from a file or STDIN and outputs the formatted JSON to another file or to STDOUT.

You can download jar file pretty-json 1.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add pretty-json-1.3.1.jar to your project.

<dependency>
   <groupId>com.thetransactioncompany</groupId>
   <artifactId>pretty-json</artifactId>
   <version>1.3.1</version>
</dependency>
compile group: 'com.thetransactioncompany', name: 'pretty-json', version: '1.3.1'
libraryDependencies += "com.thetransactioncompany" % "pretty-json" % "1.3.1"
<dependency org="com.thetransactioncompany" name="pretty-json" rev="1.3.1"/>
@Grapes(@Grab(group='com.thetransactioncompany', module='pretty-json', version='1.3.1'))
'com.thetransactioncompany:pretty-json:jar:1.3.1'

Download

Click the following link to download the jar file.

pretty-json-1.3.1-javadoc.jar
pretty-json-1.3.1-sources.jar
pretty-json-1.3.1.jar
pretty-json-1.3.1.pom



Related Tutorials