From 3aaa1c29c51d156449d948082a847fd514b30da7 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sun, 17 Aug 2014 21:01:04 +0200 Subject: [PATCH] JSON / Swagger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7882a9..089294f 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Google Gson](https://code.google.com/p/google-gson/) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage. * [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. +* [Swagger](https://helloreverb.com/developers/swagger) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. ## JVM and JDK