How to ignore quotes around numeric values when decoding JSON using Codable

前端 未结 0 594
栀梦
栀梦 2020-12-19 14:51

My JSON has numeric values with double-quotes around them, like:

{ "length" : "10.2" }

When decoding this using a C

相关标签:
回答
  • 消灭零回复
提交回复
热议问题