org.lantern
Class JsonUtils

java.lang.Object
  extended by org.lantern.JsonUtils

public class JsonUtils
extends Object


Constructor Summary
JsonUtils()
           
 
Method Summary
static String getValueFromJson(String key, String json)
           
static String jsonify(Object all)
           
static String jsonify(Object all, Class<?> view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonUtils

public JsonUtils()
Method Detail

jsonify

public static String jsonify(Object all)

jsonify

public static String jsonify(Object all,
                             Class<?> view)

getValueFromJson

public static String getValueFromJson(String key,
                                      String json)


Copyright © 2010-2013 Team Lantern. All Rights Reserved.