Package org.openbravo.service.json
Class JsonUtilsTest
- java.lang.Object
-
- org.openbravo.service.json.JsonUtilsTest
-
-
Constructor Summary
Constructors Constructor Description JsonUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mergeJSONArrays()
void
mergeJSONObjects()
void
mergeMapIntoJSONObject()
-
-
-
Method Detail
-
mergeJSONObjects
public void mergeJSONObjects() throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
-
mergeMapIntoJSONObject
public void mergeMapIntoJSONObject() throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
-
mergeJSONArrays
public void mergeJSONArrays() throws org.codehaus.jettison.json.JSONException
- Throws:
org.codehaus.jettison.json.JSONException
-
-