Hi Johannes, I am trying to implement the above java code. I parsed the JSON as string and it works fine. According to the README.md ( github.com/.../JsonPath) , If we are trying too parse multiple property from the same JSON, we need to use the JSON object Object document = Configuration.defaultConfiguration().jsonProvider().parse(json); But to capture the above object document in silk Method call, we need to pass the object reference in the JavaCallMethod(). If you can provide some example on this ,it will be helpful.
↧