-
Codable tests in the foundation repo:
- https://github.com/apple/swift-corelibs-foundation/blob/main/Tests/Foundation/Tests/TestCodable.swift
- https://github.com/apple/swift-corelibs-foundation/b…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7974 |
|Radar | None |
|Original Reporter | vincent (JIRA…
-
Dropping support for 32-bit will allow us to use Int for all API data structures (which include 64-bit integers). Why is that desirable? Because it will let us use `JSONSerialization` to decode arbitr…
-
##### Description
When CodableHelper decode a model with date, if that Date String hasn't milisecond (ex. "2019-02-14T00:00:00") the decoder throws a decode error.
##### Swagger-codegen ve…
-
it was working around one month ago. but suddenly it is showing json loading error
--------------------------------------------------------------------------
JSONDecodeError …
ghost updated
2 years ago
-
JSON requires that keys be represented as strings, however proto allows map keys to be any integral or string type. So when specifying a message with a JSON representation, integer keys must be repres…
-
Hello. I just have a problem about creating Producer.
I'm making video chat application using MQTT and Mediasoup.
When I call the "SendTransport.createProducer()" function, it returns nil always.…
-
I try to get data in the JSON format doing
`import requests, json
import pandas as pd
BASE_URL = "https://production.dataviz.cnn.io/index/fearandgreed/graphdata"
START_DATE = '2021-01-01'
r…
-
Not our own funny format. Allow for the old version to remain working but deprecated for 0.4 with 0.5 removing it completely.
-
Apologies if this is a dumb question, but I am relatively new to Swift. I've implemented this in a little sandbox and can properly make a `post` call to my end point and get a proper response.
…