-
| | |
|------------------|-----------------|
|Previous ID | SR-7461 |
|Radar | rdar://problem/39530247 |
|Original Repor…
-
```
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…
-
```
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…
-
- `SwiftyJSON` is not needed when you're using `Codable` and `Decodable` with `JSONDecoder()`
-
I believe I have a false positive when calling an internal init on a type using a typealias.
You can reproduce the false positive using my [websocket-actor-system](https://github.com/samalone/webso…
-
JSON and Dart-for-web do not distinguish between integers and doubles, but the Dart VM does. The JsonDecoder and JsonCodec API docs should explain how this is bridged (e.g. do all numbers become `doub…
Hixie updated
3 years ago
-
In method:
```
- (id)objectWithData:(NSData *)jsonData error:(NSError **)error
{
if(jsonData == NULL) { [NSException raise:NSInvalidArgumentException format:@"The jsonData argument is NULL."]; }
…
-
```
2021-08-25 15:36:46.381 | ERROR | rosdiscover.interpreter.interpreter:launch:109 - failed to launch node: xbeeCoordinator
Traceback (most recent call last):
File "/home/rosqual/rosdiscov…
-
The age-old floating point issues bit me once again...
_Note: This most definitely also applies to `Float`, but I have just tested with `Double`._
When Swift formats a `Double` as a `String` it …