Read and write CSV files row-by-row or through Swift's Codable interface.
HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON data into typed Swift models and transforms Swift objects back into JSON strings for storage or transmission. The library uses reflection to automatically map JSON keys to object properties and supports custom mapping metadata to resolve naming differences between APIs and code. It provides capabilities for extracting values from deep nested paths within a JSON structure and supports the transformation of complex types such as dates and URLs. The framework handles both the des
🏹 Parse JSON with style
Die Hauptfunktionen von freshos/arrow sind: Data Parsing, Data Persistence.
Open-Source-Alternativen zu freshos/arrow sind unter anderem: ikesyo/himotoki — A type-safe JSON decoding library purely written in Swift. insanoid/swiftyjsonaccelerator — macOS app to generate Swift 5 code for models from JSON (with Codeable). dehesa/codablecsv — Read and write CSV files row-by-row or through Swift's Codable interface. delba/jason — Fast JSON parsing for Swift. alibaba/handyjson — HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON… nike-inc/elevate — Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.