From 8ed813c71fb9295673097e01a9b5472393dc325f Mon Sep 17 00:00:00 2001 From: xubinggui Date: Fri, 1 Jan 2016 14:01:39 +0800 Subject: [PATCH] add jsonschema2pojo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788324c..9374765 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,9 @@ A curated list of awesome Android Tools. - [bintray-release](https://github.com/novoda/bintray-release) - A helper for releasing from gradle up to bintray. -- [ViewInspector](https://github.com/xfumihiro/ViewInspector) - View Inspection Toolbar for Android Development. +- [ViewInspector](https://github.com/xfumihiro/ViewInspector) - View Inspection Toolbar for Android Development. + +- [jsonschema2pojo](https://github.com/joelittlejohn/jsonschema2pojo) - Generates Java types from JSON Schema (or example JSON) and annotates those types for data-binding with Jackson 1.x or 2.x, Gson, etc ## Emulator - [Genymotion](https://www.genymotion.com/) - Genymotion is a fast and easy-to-use Android emulator to run and test your Android apps.