public class Jdtlib2Json extends Object
| Modifier and Type | Method and Description |
|---|---|
static Decisiontable |
json2decisiontable(String json)
Puts a JSON in a decision table (using the Google Gson library).
|
static String |
object2Json(Object o)
Puts an object in a JSON (using the Google Gson library).
THIS WORKS FOR DECISION TABLES AS WELL AS FOR TEST SPECIFICATIONS. |
public static String object2Json(Object o)
o - any objectpublic static Decisiontable json2decisiontable(String json)
json - decision table as JSONCopyright © 2013. All Rights Reserved.