Top "Jsondecoder" questions

This tag should be used for `JSONDecoder` (introduced in Swift 4) questions for decoding JSON decoder on Apple platforms.

How to decode JSON in Flutter?

How to decode JSON in Flutter? The question is simple, but the answer isn't, at least for me. I have …

json flutter parsing decode jsondecoder
python requests randomly breaks with JSONDecodeError

I have been debugging for hours why my code randomly breaks with this error: JSONDecodeError: Expecting value: line 1 column 1 (char 0) …

python json python-requests jsondecoder
Swift : The data couldn’t be read because it isn’t in the correct format

I try to call the POST Api with Alamofire but it's showing me an error of incorrect format. This is …

json swift alamofire jsondecoder
Decoding a JSON without keys in Swift 4

I'm using an API that returns this pretty horrible JSON: [ "A string", [ "A string", "A string", "A string", "A string", … ] ] …

arrays json swift swift4 jsondecoder