org.semispace.comet.common
Class Json2Xml

java.lang.Object
  extended by org.semispace.comet.common.Json2Xml

public class Json2Xml
extends Object

Code based on XStream FAQ - Stream fails to unmarshal my JSON string and I do not know why?


Method Summary
static String transform(String json)
          Create XML out of json
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

transform

public static final String transform(String json)
Create XML out of json

Parameters:
json - To convert into XML
Returns:
XML representation


Copyright © 2008-2012. All Rights Reserved.