How we can replace json file instead of excel file | Selenium Forum
V
viijjii Posted on 12/01/2019

Hi,

We are using linux system in our environtment . so we will not be able to use the microsoft excel for store and retrieve the data. We have only option is Json file or CSV file. How we can use JsonReader instead of Xls_Reader .Could you please guide me on the same.


A
Ashish Thakur Replied on 13/01/2019

You can read json easily

Refer this article

https://howtodoinjava.com/json/json-simple-read-write-json-examples/