Saturday 7 September 2019

Introduction to jsonPath


jsonPath is used to analyse, transform and selectively extract data out of json documents.

I am going to use below maven dependency.

<dependency>
    <groupId>com.jayway.jsonpath</groupId>
    <artifactId>json-path</artifactId>
    <version>2.4.0</version>
</dependency>


Reference

Previous                                                    Next                                                    Home

No comments:

Post a Comment