Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 831 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 831 Bytes

JsonParsePaths

Build Status Maven Central GitHub release

An application parses json for gets paths

Download

Maven

<dependency>
    <groupId>com.github.makintsian</groupId>
    <artifactId>jsonparsepaths</artifactId>
    <version>1.1.0</version>
</dependency>

Gradle

compile group: 'com.github.makintsian', name: 'jsonparsepaths', version: '1.1.0'