An open API service indexing awesome lists of open source software.

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

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
```