Arrow icon indicating copy to clipboard operation
Arrow copied to clipboard

🏹 Parse JSON with style

Results 6 Arrow issues
Sort by recently updated
recently updated
newest added

- code compiles on Linux when removing ```CoreGraphics``` reference

Using a Docker container to build my app with a reference to Arrow module, I get the following error: **Dockerfile:** FROM swift:latest as builder WORKDIR /app COPY ./Sources Sources/ COPY...

TODO Look for all differences with codable and list them. ## Codable - 1 parsing fails all fails - Fine grained error handling - Need 1 custom parsing need to...

netsted values: value

Hi, I'm wondering me to how I can cast the json values! `createdUser.id = Int32((json["id"]?.data as? Int32)!)` does not work. `id

Hello, At WWDC23 Apple announced that apps and SDKs that make use of certain "required reason" APIs etc will need to provide a privacy manifest. Does UIView-Shimmer need to include...