Closed klara-l closed 6 years ago
assertThatJson(parsedJson).field("['output']").isEmpty(); crashes with Caused by: java.lang.ClassCastException: net.minidev.json.JSONObject cannot be cast to net.minidev.json.JSONArray
assertThatJson(parsedJson).field("['output']").isEmpty();
Fixed by https://github.com/marcingrzejszczak/jsonassert/pull/29
assertThatJson(parsedJson).field("['output']").isEmpty();
crashes with Caused by: java.lang.ClassCastException: net.minidev.json.JSONObject cannot be cast to net.minidev.json.JSONArray