Jar examples for p:pretty-json
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
pretty-json-1.3.1-javadoc.jar