Class JsonParser
- java.lang.Object
-
- com.mastercard.developer.encryption.JsonParser
-
public final class JsonParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.jayway.jsonpath.Configuration
withJsonEngine(JsonEngine jsonEngine)
Specify the JSON engine to be used.
-
-
-
Method Detail
-
withJsonEngine
public static com.jayway.jsonpath.Configuration withJsonEngine(JsonEngine jsonEngine)
Specify the JSON engine to be used.- Parameters:
jsonEngine
- AJsonEngine
instance
-
-