org.apache.chemistry.opencmis.server.support.filter
Class JsonPrettyPrinter

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.support.filter.JsonPrettyPrinter

public class JsonPrettyPrinter
extends Object


Constructor Summary
JsonPrettyPrinter()
           
JsonPrettyPrinter(int indent)
           
 
Method Summary
static void main(String[] args)
           
 String prettyPrint(String jsonStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonPrettyPrinter

public JsonPrettyPrinter()

JsonPrettyPrinter

public JsonPrettyPrinter(int indent)
Method Detail

prettyPrint

public String prettyPrint(String jsonStr)

main

public static void main(String[] args)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.