From 5a3f2709f6ee164d106dbbedd959a9abec9539b1 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 16 Jan 2017 08:55:04 +0100 Subject: [PATCH] Add JSONAssert to Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21d8a35..091278d 100644 --- a/README.md +++ b/README.md @@ -757,6 +757,7 @@ A curated list of awesome Java frameworks, libraries and software. * [GreenMail](http://www.icegreen.com/greenmail/) - In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. +* [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more.