net.smartam.leeloo.common.utils
Class JSONUtils
java.lang.Object
net.smartam.leeloo.common.utils.JSONUtils
public final class JSONUtils
- extends Object
- Author:
- Maciej Machulak, Lukasz Moren
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONUtils
public JSONUtils()
buildJSON
public static String buildJSON(Map<String,String> params)
throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
parseJSON
public static Map<String,String> parseJSON(String jsonBody)
throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
Copyright © 2010. All Rights Reserved.