Fix issues with JSON formatting (#810)

This commit is contained in:
Serhii Londar
2022-10-30 00:05:46 +03:00
committed by GitHub
parent 225590016d
commit 5304f3fde4

View File

@@ -9607,28 +9607,29 @@
"title": "zoxide", "title": "zoxide",
"icon_url": "", "icon_url": "",
"screenshots": [ "screenshots": [
"https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp", "https://raw.githubusercontent.com/ajeetdsouza/zoxide/c392a8bb75af098b3906ed66595e79f05af92d1a/contrib/tutorial.webp"
], ],
"official_site": "https://github.com/ajeetdsouza/zoxide", "official_site": "https://github.com/ajeetdsouza/zoxide",
"languages": [ "languages": [
"rust" "rust"
]
}, },
{ {
"short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.", "short_description": "Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.",
"categories": [ "categories": [
"games", "games"
], ],
"repo_url": "https://github.com/widelands/widelands", "repo_url": "https://github.com/widelands/widelands",
"title": "Widelands", "title": "Widelands",
"icon_url": "https://www.widelands.org/static/img/logo.png", "icon_url": "https://www.widelands.org/static/img/logo.png",
"screenshots": [ "screenshots": [
"https://www.widelands.org/static/img/welcome.jpg", "https://www.widelands.org/static/img/welcome.jpg"
], ],
"official_site": "https://www.widelands.org", "official_site": "https://www.widelands.org",
"languages": [ "languages": [
"c++" "c++",
"python" "python",
"lua" "lua",
"javascript" "javascript"
] ]
} }