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

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

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)