JSON icon indicating copy to clipboard operation
JSON copied to clipboard

Micro framework for easily parsing JSON in Swift with rich error messages in less than 100 lines of code

Results 12 JSON issues
Sort by recently updated
recently updated
newest added

👋 First of all - this is my goto JSON parsing library because it's so simple and concise. Thanks! However I believe that the array decoding is not correct at...

Any idea why this fails to decode? I guess I figured it out. The number in the `JSONSerialization` is a NSNumber where the other is a swift `Int` and can't...

👋 I was wondering if there was interest in me adding a default `decode` function for `RawRepresentable` types? An example of what I'm using in my own project: ```swift func...

I'd be cool to also add Cocoapods support. I done this implementation myself last week for my library. Just follow [this post](https://guides.cocoapods.org/making/making-a-cocoapod.html) and [this checklist](https://github.com/thellimist/EZPods).

Add fallback if ISO8601DateFormatter is unavailable.

Would it make sense for this project to add the ability to decode key paths? I wanted to discuss it first before making a PR. Or maybe someone has a...

Needed to resolve compiler error when trying to build for pre-iOS 10