From fc1d8a3b5297f199f6732a67d4c1fdd100024f3a Mon Sep 17 00:00:00 2001 From: Phoenix Date: Fri, 3 Jan 2025 13:51:09 +0800 Subject: [PATCH] Add ReerCodable --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index 03cf53d8..8360a520 100644 --- a/contents.json +++ b/contents.json @@ -8511,6 +8511,13 @@ "description": "Swift bindings for the Godot game engine to build extensions or act as an api with SwiftGodotKit.", "homepage": "https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/", "tags":["swift", "game-engine", "bindings"] + }, + { + "title": "ReerCodable", + "category": "json", + "description": "Codable extensions using Swift macro.", + "homepage": "https://github.com/reers/ReerCodable", + "tags":["swift", "iOS", "tvOS", "watchOS", "macOS"] } ] }