An offline, JsonPath playground written with JavaFX and jayway.
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
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
This project is licensed under the MIT license. See the LICENSE file for more information.