Background
We want to write particular tests that assert on an actual vs expected JSON structure.
Sometimes we might want to do this strictly (aka keys in a particular order, zero extensibility), but most of the time want to do it non-strictly (any order, ignoring and allowing any additional extensible fields).
You have assertJ, but it doesn't really cut the mustard when asserting on a complex object like JSON. Asserting on JSON is extremely common, so could Galasa bundle a popular JSON library like JSONAssert? It's apache licensed.
Tasks
Background
We want to write particular tests that assert on an actual vs expected JSON structure.
Sometimes we might want to do this strictly (aka keys in a particular order, zero extensibility), but most of the time want to do it non-strictly (any order, ignoring and allowing any additional extensible fields).
You have assertJ, but it doesn't really cut the mustard when asserting on a complex object like JSON. Asserting on JSON is extremely common, so could Galasa bundle a popular JSON library like JSONAssert? It's apache licensed.
Tasks