JSON-to-Swift-Converter icon indicating copy to clipboard operation
JSON-to-Swift-Converter copied to clipboard

An Xcode editor extension to convert JSON format into Swift code.

Results 3 JSON-to-Swift-Converter issues
Sort by recently updated
recently updated
newest added

Although there are unit tests to validate the expected behavior of the extension, there is no test whether generated code is valid for the Swift compiler. It would be useful...

enhancement

I tried your extension but my Xcode showed me that I converted a invalid JSON Could you please help?

bug

When generating code with the default value option specified, embedded structs initialize to [:]. Some thought needs to be given to what default value should be used (e.g., recurse on...

bug