Class JsonFunctions
- java.lang.Object
-
- com.chutneytesting.action.function.JsonFunctions
-
public class JsonFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Objectjson(Object document, String jsonPath)Deprecated.static StringjsonMerge(Object documentA, Object documentB)static ObjectjsonPath(Object document, String jsonPath)static StringjsonSerialize(Object obj)static StringjsonSet(Object document, String path, String value)static StringjsonSetMany(Object document, Map<String,Object> map)
-