skyscreamer / JSONassert

Write JSON unit tests in less code. Great for testing REST interfaces.
http://jsonassert.skyscreamer.org
Apache License 2.0
989 stars 198 forks source link

Would you consider using the `@Language` annotation for JSON for `JSONAssert.assertEquals`? #182

Open stdedos opened 4 months ago

stdedos commented 4 months ago

https://www.jetbrains.com/help/idea/using-language-injections.html#language_annotation

carterpage commented 2 months ago

Please elaborate on how this would be useful.

stdedos commented 2 months ago

Using a "plain" JSON string in-code is much easier:

image