We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A computed property:
var asJSON: String { ... }
can also be expressed as a zero-parameter function:
func asJSON() -> String { ... }
We could introduce a pair of code actions that convert from the first to second, or second to first.