Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
SwiftyJSON Alternatives
Similar projects and alternatives to SwiftyJSON
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
Gloss
Discontinued [Deprecated] A shiny JSON parsing library in Swift :sparkles: Loved by many from 2015-2021
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
AlamofireObjectMapper
An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
-
-
SwiftyStoreKit
Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺
-
JSONModel
Magical Data Modeling Framework for JSON - allows rapid creation of smart data models. You can use it in your iOS, macOS, watchOS and tvOS apps.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
SwiftyJSON discussion
SwiftyJSON reviews and mentions
-
How does one decode this JSON data?
I don’t think you are going to be able to use JSONDecoder to do what you are asking. I see the problem is that you need to create a struct that has all the property names (pokemon names) in it in order to use JSONDecoder (that’s a pain). You need to resort to “parsing” the JSON and constructing your own data model to satisfy your requirements. Something like this might help. https://github.com/SwiftyJSON/SwiftyJSON
-
Best practices for parsing dynamic/unstructured JSON?
Up until now, I've been using SwiftyJSON, although it appears to be unmaintained. Is there an equivalent alternative which functions similarly? Thanks in advance
-
Awesome macOS Libraries List
SwiftyJSON - The better way to deal with JSON data in Swift. Language: Swift.
-
Need help with json data formatting
I second /u/daisnb that if possible, make sure the data is a consistent format and types, but if you’re unable to do that, I think SwiftyJSON can help, as it loosens the strict type requirement of Swift when handling JSON data
-
A note from our sponsor - InfluxDB
influxdata.com | 21 Apr 2025
Stats
SwiftyJSON/SwiftyJSON is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SwiftyJSON is Swift.