https://github.com/cmccarthyirl/json-to-pojo-standalone
Standalone Java FX Application for the JSON2POJO repo
https://github.com/cmccarthyirl/json-to-pojo-standalone
executable-jar java java-fx json2pojo
Last synced: over 1 year ago
JSON representation
Standalone Java FX Application for the JSON2POJO repo
- Host: GitHub
- URL: https://github.com/cmccarthyirl/json-to-pojo-standalone
- Owner: cmccarthyIrl
- License: mit
- Created: 2021-03-01T09:22:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T21:42:30.000Z (over 5 years ago)
- Last Synced: 2025-01-18T21:36:04.096Z (over 1 year ago)
- Topics: executable-jar, java, java-fx, json2pojo
- Language: Java
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# JSON 2 POJO
> Standalone Java FX Application for the JSON2POJO repo
# User Interface

# Executable JAR
- Execute the following to create an executable jar. The jar will be created in the `target` folder
1. `mvn clean install`
# Troubleshooting
- Execute the following commands to resolve any dependency issues
1. `cd ~/install directory path/json-to-pojo-standalone`
2. `mvn clean install`
# Contributing
Spotted a mistake? Questions? Suggestions?
[Open an Issue](https://github.com/cmccarthyIrl/spring-cucumber-test-harness/issues)
# JSON2POJO Repository
[joelittlejohn - JSON2Pojo](https://github.com/joelittlejohn/jsonschema2pojo)