-
Currently syncthing daemon HTTP REST calls are handbrewed, we should map them to native objects which is more convienent using https://github.com/RestKit/RestKit
-
# JSON over HTTP Proposal
## Abstract
The purpose of this proposal is to define an API for a productive JSON deserialization in Dart client-side code. The proposed API is not specific to JSON; i…
-
### Description
1. Firestore currently supports passing `Codable` ( `Encodable` or `Decodable` respectively) types when retrieving or setting the data of a document. iOS 17 introduced a new set of pr…
-
I'm trying to figure out how map to FIRTimestamp since it's not codable currently. Is there a way to transform the data returned from FIRTimestamp to Date instead or make FIRTimestamp codable so that …
-
https://kemchenj.github.io/2017-10-13/
-
-
Haven't you thought to make internal music notation representation Codable and then directly decode it from MusicXML, like [here](https://talk.objc.io/episodes/S01E116-building-a-custom-xml-decoder-pa…
-
Dragging images out of the editor into a folder doesn't copy it but rather removes it and there seems to be no way to export images as a result. Thanks in advance.
-
## Given the following JSON...
```json
{
"code" : "SUCCESS",
"positions" : [ {
"asOf" : "2018-03-30T04:00:00.000Z",
"description" : "***Euro ",
"shortName" : "CASH - EURO",
…
-
### Description
When a class marked as Codable is made observable by applying the @Observable macro the following warning is emitted:
• Immutable property will not be decoded because it is de…