From 4e8e0abb5840371cf3493378a20cc048ff5950e8 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 24 May 2017 00:38:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b9648..87861fa 100644 --- a/README.md +++ b/README.md @@ -458,7 +458,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JSON-io](https://github.com/jdereg/json-io) - Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. * [jsoniter](http://jsoniter.com) - Fast and flexible library with iterator and lazy parsing API. * [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outperforms GSON & Jackson's library. -* [Moshi](https://github.com/square/moshi) - A modern JSON library, less opinionated and uses built-in types like List and Map. +* [Moshi](https://github.com/square/moshi) - Modern JSON library, less opinionated and uses built-in types like List and Map. ## JSON Processing