Yarg json data loader

In YARG It’s possible to use json data loader?

Hello.

To use com.haulmont.yarg.loaders.impl.JsonDataLoader you need to register it in loaders factory, as it’s done in com.haulmont.yarg.console.ConsoleRunner#createReportingEngine.
Then you will be able to use JsonPath syntax, to load data from any JSON strings.
Please look at the test DataLoadersTest#testJson as well. There is shown how to write data set’s query.

Also, we will add the information about the JSON loader to the wiki documentation.

Thank you :wink: