問題タブ [codable]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - Swift 4 で書かれた Pod
質問があります、
Swift 4 と Xcode 9 で Cocoapods pod のようなライブラリを作成し、それを Swift 3 以前で作成された古いプロジェクトで使用できますか?
Codable
たとえば、新しいプロトコルを使用するクラスがあります。そのクラスは古いプロジェクトで機能しますか?
ご協力いただきありがとうございます。
swift4 - Codable を使用して、受信した Int を Bool デコード JSON に変換します
私はこのような構造を持っています:
この形式の JSON (追加のラッパーなしで設定からキーをプルするために使用される構造):
質問は、「isEnabled」を Bool に変換する方法です (API から 1 または 0 を取得します)。応答を解析しようとすると、「Bool をデコードすると予想されますが、代わりに数字が見つかりました。」というエラーが表示されます。