https://github.com/httpanimation/jsonparsec
A VERY simple script I used for trying to use external java things this is mainly gonna be used for help with Bondi
https://github.com/httpanimation/jsonparsec
Last synced: over 1 year ago
JSON representation
A VERY simple script I used for trying to use external java things this is mainly gonna be used for help with Bondi
- Host: GitHub
- URL: https://github.com/httpanimation/jsonparsec
- Owner: HttpAnimation
- License: gpl-3.0
- Created: 2024-01-21T07:17:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T07:18:56.000Z (over 2 years ago)
- Last Synced: 2025-01-07T23:29:33.579Z (over 1 year ago)
- Language: Java
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JsonParsec
A VERY simple script I used for trying to use external java things this is mainly gonna be used for help with Bondi.
Make sure to update the paths with yours.
## Build
```bash
javac -cp lib/jackson-core-2.16.1.jar:lib/jackson-databind-2.16.1.jar:lib/jackson-annotations-2.16.1.jar -d /media/httpanimations/Files/Code/JsonParsec/bin /media/httpanimations/Files/Code/JsonParsec/JsonParsec.java
```
## Run
```bash
java -cp /media/httpanimations/Files/Code/JsonParsec/bin:/media/httpanimations/Files/Code/JsonParsec/lib/jackson-core-2.16.1.jar:/media/httpanimations/Files/Code/JsonParsec/lib/jackson-databind-2.16.1.jar:/media/httpanimations/Files/Code/JsonParsec/lib/jackson-annotations-2.16.1.jar JsonParsec
```