-
```
What steps will reproduce the problem?
1a. var s:String = "\"\\u0040 \"";
1b. var s:String = "\"\\u0040\"";
1c. var s:String = "\"\\u004\"";
2. new JSONDecoder(s,false).getValue()
What is the exp…
-
```
What steps will reproduce the problem?
1a. var s:String = "\"\\u0040 \"";
1b. var s:String = "\"\\u0040\"";
1c. var s:String = "\"\\u004\"";
2. new JSONDecoder(s,false).getValue()
What is the exp…
-
Hi there,
I started using JSONKit library and I really enjoyed the speed of the parsing. its really fast as you guys say.
but I am having a problem when parsing a JSON with one of the values is null:
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Platform
iOS
### OS version
iOS 17.6.1
### App version
v6.0.4
### Current Behavior
Whe…
-
As they currently exist, you can create a request like
```
struct UserRequest: Request {
// ...
var jsonKeyDecodingStrategy: JSONDecoder.KeyDecodingStrategy { return .convertFromSnakeCa…
-
```
What steps will reproduce the problem?
1a. var s:String = "\"\\u0040 \"";
1b. var s:String = "\"\\u0040\"";
1c. var s:String = "\"\\u004\"";
2. new JSONDecoder(s,false).getValue()
What is the exp…
-
```
What steps will reproduce the problem?
1a. var s:String = "\"\\u0040 \"";
1b. var s:String = "\"\\u0040\"";
1c. var s:String = "\"\\u004\"";
2. new JSONDecoder(s,false).getValue()
What is the exp…
-
| | |
|------------------|-----------------|
|Previous ID | SR-7109 |
|Radar | None |
|Original Reporter | pdwilson12 (J…
-
| | |
|------------------|-----------------|
|Previous ID | SR-5311 |
|Radar | rdar://problem/32983213 |
|Original Repor…
-
##### Description
I want to be able to set `.iso8601` as a `dateDecodingStrategy` of `JSONDecoder` in `CodableHelper.swift`.
##### Swagger-codegen version
2.4.0
##### Suggest a fix/enhance…
fl034 updated
6 years ago