From b3fcd4f5b14c9ddb674db2be43b27eb77c01e0c8 Mon Sep 17 00:00:00 2001 From: Wang Guanyu Date: Mon, 2 Aug 2021 22:30:29 +0800 Subject: [PATCH 1/2] Update README.md to add MappingCoder Link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2aacbd8e..6f2b9a68 100644 --- a/README.md +++ b/README.md @@ -453,6 +453,7 @@ Note: Generating a JSON string of a Realm Object using ObjectMappers' `toJSON` f - [Json4Swift - Supports generating `ImmutableMappable` structs online (no plugins needed)](http://www.json4swift.com) - [JSON to Model - Template based MacOS app which generates structs with customisation.](https://github.com/chanonly123/Json-Model-Generator) [⬇️Download App](https://github.com/chanonly123/Json-Model-Generator/raw/master/JsonToModel.zip) +- [MappingCoder - Convert JSON to Mappable and ImmutableMappable & Auto complete init(map:) and mapping(map:) with SwiftSyntax](https://github.com/wgy6055/MappingCoder) If you have a project that utilizes, extends or provides tooling for ObjectMapper, please submit a PR with a link to your project in this section of the README. From 13329ccad1606691d55cae286ca5f5fb2515f9a8 Mon Sep 17 00:00:00 2001 From: Wang Guanyu Date: Mon, 2 Aug 2021 22:32:35 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f2b9a68..927691c6 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ Note: Generating a JSON string of a Realm Object using ObjectMappers' `toJSON` f - [Json4Swift - Supports generating `ImmutableMappable` structs online (no plugins needed)](http://www.json4swift.com) - [JSON to Model - Template based MacOS app which generates structs with customisation.](https://github.com/chanonly123/Json-Model-Generator) [⬇️Download App](https://github.com/chanonly123/Json-Model-Generator/raw/master/JsonToModel.zip) -- [MappingCoder - Convert JSON to Mappable and ImmutableMappable & Auto complete init(map:) and mapping(map:) with SwiftSyntax](https://github.com/wgy6055/MappingCoder) +- [MappingCoder - Convert JSON to `Mappable` and `ImmutableMappable` & Auto complete init(map:) and mapping(map:) with SwiftSyntax](https://github.com/wgy6055/MappingCoder) If you have a project that utilizes, extends or provides tooling for ObjectMapper, please submit a PR with a link to your project in this section of the README.