AndriyVasyk
Results
2
comments of
AndriyVasyk
I tried to register NestedObject as you suggested. But it still does not contain NestedObject. Here is the code I tried: ```swift let nested = NestedObject(version: "1.0", value: "Nested Object...
Yeah, I updated Swiftgger and now it works in most cases. However i am seeing the same issue with array of nested optional objects ( [NestedObject?] ). Could you please...