Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)