We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c2121 commit 9c02207Copy full SHA for 9c02207
src/Writing/Writer.php
@@ -129,7 +129,7 @@ public function generatePostmanCollection(array $groupedEndpoints): string
129
data_set($collection, $key, $value);
130
}
131
132
- return json_encode($collection, JSON_PRETTY_PRINT);
+ return json_encode($collection, JSON_PRETTY_PRINT|JSON_INVALID_UTF8_SUBSTITUTE);
133
134
135
/**
0 commit comments