please help me with below condition :-convert JsonObject to Java Object and use it in your Selenium
Asked
Active
Viewed 593 times
-1
-
Can you give more info? – Sagar007 Feb 04 '16 at 09:19
-
what is the purpose of converting json to javaobject and use it further? – Jagdeep Feb 04 '16 at 10:38
-
i am doing API automation – snigg Feb 08 '16 at 13:01
1 Answers
2
Firstly You have not posted your code therefore where i understood check following
you can use this also Using Jackson
MyObject ob = new ObjectMapper().readValue(jsonString, MyObject.class);

Community
- 1
- 1

Mushahid Khan
- 2,816
- 1
- 19
- 32