Add unique values/sort values to pretty_formatted_json

This commit is contained in:
Alexander Fischer 2021-09-14 11:44:38 +02:00
parent 7eb0512c68
commit 1cf0b2d22d
5 changed files with 195 additions and 4 deletions

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}