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/playgroundWindows:
.\bin\playground.batTo build the project and create binaries, run:
mvn clean package -DskipCompressIf you want to create zip and tar.gz archives, remove the -DskipCompress
option. Archives will be placed in the target/packaged/ directory.
mvn clean packageTo run the application, execute the launcher script:
MacOS and Linux:
./target/jlink-image/bin/playgroundWindows:
.\target\jlink-image\bin\playground.batThis project is licensed under the MIT license. See the LICENSE file for more information.
