Skip to content

cafec0c0/jsonpath-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonPath Playground

An offline, JsonPath playground written with JavaFX and jayway.

Dark Mode Screenshot

Running

To run the pre-built binaries, uncompress the file for your platform and run the launcher script for your platform:

MacOS and Linux:

./bin/playground

Windows:

.\bin\playground.bat

Building

To build the project and create binaries, run:

mvn clean package -DskipCompress

If you want to create zip and tar.gz archives, remove the -DskipCompress option. Archives will be placed in the target/packaged/ directory.

mvn clean package

To run the application, execute the launcher script:

MacOS and Linux:

./target/jlink-image/bin/playground

Windows:

.\target\jlink-image\bin\playground.bat

License

This project is licensed under the MIT license. See the LICENSE file for more information.

About

An offline JavaFX JsonPath playground built on the jayway JsonPath implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages