Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pt2121/json2pojo
App for generating Java POJO from json
https://github.com/pt2121/json2pojo
Last synced: about 2 months ago
JSON representation
App for generating Java POJO from json
- Host: GitHub
- URL: https://github.com/pt2121/json2pojo
- Owner: pt2121
- License: apache-2.0
- Created: 2015-11-10T01:03:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T19:00:48.000Z (about 9 years ago)
- Last Synced: 2024-10-15T19:07:30.852Z (3 months ago)
- Language: Kotlin
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
json2pojo
=========#### Generating Java pojo files from json.
I've been doing a lot of rapid prototyping recently and need to create many pojos from jsons.
However, I work behind a proxy and [jsonschema2pojo](www.jsonschema2pojo.org) is blocked.
So, I made this tool for personal use but it might be useful for others.This app was written in Kotlin so it runs on JVM.
#### Download
[v1.0.0](https://github.com/prt2121/json2pojo/releases/tag/v1.0.0)#### Build status
[![build Status](https://travis-ci.org/prt2121/json2pojo.svg?branch=master)](https://travis-ci.org/prt2121/json2pojo)![screen record](https://raw.githubusercontent.com/prt2121/json2pojo/master/art/vid.gif)
![screen shot](https://raw.githubusercontent.com/prt2121/json2pojo/master/art/screenshot.png)
#### Thanks/Credit
* [jsonschema2pojo](www.jsonschema2pojo.org)
* [Kotlin](https://kotlinlang.org)
* [JavaFx](http://www.oracle.com/technetwork/java/javase/overview/javafx-overview-2158620.html)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [RxJavaFx](https://github.com/ReactiveX/RxJavaFx)[License](LICENSE.txt)