From 6102d9519846710be5d847dc5f2beb338a68d7b9 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 24 Oct 2017 12:17:28 +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 8e7e919..9571faa 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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) - Modern JSON library, less opinionated and uses built-in types like List and Map. -* [Yasson](https://github.com/eclipse/yasson) - Java framework which provides a standard binding layer between Java classes and JSON documents. +* [Yasson](https://github.com/eclipse/yasson) - Binding layer between classes and JSON documents similar to JAXB. ## JSON Processing