Skip to content

makintsian/jsonparsepaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'