Skip to content

Commit

Permalink
Fixing karatelabs#1225 for Debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpramos committed Oct 19, 2020
1 parent 3611786 commit 82da3bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public String getAsStringRemovingCyclicReferences() {
case JSON:
case MAP:
Map map = JsonUtils.removeCyclicReferences(getAsMap());
return JsonUtils.toJsonDoc(map).jsonString();
return JsonUtils.toPrettyJsonString(JsonPath.parse(map));
default:
return getAsString();
}
Expand Down

0 comments on commit 82da3bd

Please sign in to comment.