awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to insanoid/swiftyjsonaccelerator

Open-source alternatives to SwiftyJSONAccelerator

30 open-source projects similar to insanoid/swiftyjsonaccelerator, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SwiftyJSONAccelerator alternative.

  • delba/jasondelba avatar

    delba/JASON

    1,008View on GitHub↗

    Fast JSON parsing for Swift

    Swift
    View on GitHub↗1,008
  • swiftyjson/swiftyjsonSwiftyJSON avatar

    SwiftyJSON/SwiftyJSON

    22,951View on GitHub↗

    SwiftyJSON is a Swift JSON parsing library and data wrapper designed to simplify the reading and manipulation of JSON structures. It provides a toolkit for converting raw JSON strings into structured formats without requiring manual type casting or optional chaining for every value. The library focuses on simplifying nested data extraction through subscript-based value access and recursive data resolution. It ensures optional-safe value retrieval by returning default empty values instead of crashing when encountering missing keys or out-of-bounds array indices. The project includes capabilit

    Swift
    View on GitHub↗22,951
  • postmates/pmjsonpostmates avatar

    postmates/PMJSON

    360View on GitHub↗

    Pure Swift JSON encoding/decoding library

    Swift
    View on GitHub↗360
  • mantle/mantleMantle avatar

    Mantle/Mantle

    11,255View on GitHub↗

    Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch applications. It serves as a data serialization engine and JSON data mapper that transforms dictionaries and arrays into structured model objects. The framework distinguishes itself through an Objective-C persistence layer that manages model disk archiving via keyed archivers. It includes specialized logic for model version management, allowing outdated archived data structures to be upgraded to match current schemas during deserialization. The project covers a broad range of dat

    Objective-C
    View on GitHub↗11,255

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
tristanhimmelman/objectmappertristanhimmelman avatar

tristanhimmelman/ObjectMapper

9,146View on GitHub↗

ObjectMapper is a JSON serialization framework for Swift that maps JSON strings and dictionaries into strongly typed classes and structs. It functions as a data mapper and converter, facilitating the bidirectional transformation of data between raw JSON and Swift model objects. The library uses protocol-based mapping to associate specific JSON keys with object properties. It supports nested key extraction via dot-notation pathing and employs custom transformation classes to bridge the gap between JSON and Swift types. The framework provides capabilities for model validation during initializa

Swift
View on GitHub↗9,146
  • tadija/aexmltadija avatar

    tadija/AEXML

    1,039View on GitHub↗

    Swift minion for simple and lightweight XML parsing

    Swift
    View on GitHub↗1,039
  • freshos/arrowfreshOS avatar

    freshOS/Arrow

    387View on GitHub↗

    🏹 Parse JSON with style

    Swift
    View on GitHub↗387
  • chenyunguimilook/swiftyxmlchenyunguiMilook avatar

    chenyunguiMilook/SwiftyXML

    107View on GitHub↗

    The most swifty way to deal with XML data in swift 5.

    Swift
    View on GitHub↗107
  • ikesyo/himotokiikesyo avatar

    ikesyo/Himotoki

    793View on GitHub↗

    A type-safe JSON decoding library purely written in Swift

    Swift
    View on GitHub↗793
  • nike-inc/elevateNike-Inc avatar

    Nike-Inc/Elevate

    618View on GitHub↗

    Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.

    Swift
    View on GitHub↗618
  • alibaba/handyjsonalibaba avatar

    alibaba/handyjson

    4,262View on GitHub↗

    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

    Swift
    View on GitHub↗4,262
  • tristanhimmelman/alamofireobjectmappertristanhimmelman avatar

    tristanhimmelman/AlamofireObjectMapper

    2,649View on GitHub↗

    An Alamofire extension which converts JSON response data into swift objects using ObjectMapper

    Swift
    View on GitHub↗2,649
  • yalantis/fasteasymappingYalantis avatar

    Yalantis/FastEasyMapping

    545View on GitHub↗

    A tool for fast serializing & deserializing of JSON

    Objective-C
    View on GitHub↗545
  • thoughtbot/argothoughtbot avatar

    thoughtbot/Argo

    3,474View on GitHub↗

    Functional JSON parsing library for Swift

    Swift
    View on GitHub↗3,474
  • cezheng/fuzicezheng avatar

    cezheng/Fuzi

    1,105View on GitHub↗

    A fast & lightweight XML & HTML parser in Swift with XPath & CSS support

    Swift
    View on GitHub↗1,105
  • dehesa/codablecsvdehesa avatar

    dehesa/CodableCSV

    483View on GitHub↗

    Read and write CSV files row-by-row or through Swift's Codable interface.

    Swift
    View on GitHub↗483
  • gonzalezreal/grootgonzalezreal avatar

    gonzalezreal/Groot

    535View on GitHub↗

    From JSON to Core Data and back.

    Objective-C
    View on GitHub↗535
  • drmohundro/swxmlhashdrmohundro avatar

    drmohundro/SWXMLHash

    1,465View on GitHub↗

    Simple XML parsing in Swift

    Swift
    View on GitHub↗1,465
  • hearst-dd/objectmapperH

    Hearst-DD/ObjectMapper

    0View on GitHub↗
    View on GitHub↗0
  • java-json-tools/json-schema-validatorjava-json-tools avatar

    java-json-tools/json-schema-validator

    1,642View on GitHub↗

    This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against defined schema specifications. It functions as a processing utility that parses complex data structures while managing external schema references and circular dependencies. The engine distinguishes itself through an immutable processor design that enables thread-safe, concurrent validation without requiring external synchronization. It employs arbitrary-precision arithmetic to evaluate numeric constraints, preventing common floating-point rounding errors, and utilizes character-l

    Java
    View on GitHub↗1,642
  • jprichardson/node-fs-extrajprichardson avatar

    jprichardson/node-fs-extra

    9,610View on GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    View on GitHub↗9,610
  • json-iterator/javajson-iterator avatar

    json-iterator/java

    1,566View on GitHub↗

    This library is a high-performance JSON processing tool for Java designed to handle data serialization and deserialization with minimal resource consumption. It provides a framework for transforming complex object graphs into JSON strings and mapping raw input directly to typed class properties. The library distinguishes itself by utilizing compile-time code generation and reflection-free mapping to eliminate expensive runtime overhead. By employing iterator-based stream parsing and zero-allocation buffer management, it processes large or deeply nested data structures while reducing garbage c

    Javadeserializationjavajson
    View on GitHub↗1,566
  • hazelcast/hazelcasthazelcast avatar

    hazelcast/hazelcast

    6,570View on GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Javabig-datacachingdata-in-motion
    View on GitHub↗6,570
  • andrew-m-c/go.jsonvalueAndrew-M-C avatar

    Andrew-M-C/go.jsonvalue

    202View on GitHub↗

    Quick Solution with Unstructured JSON data

    Go
    View on GitHub↗202
  • blackedder/painlessjsonBlackEdder avatar

    BlackEdder/painlessjson

    25View on GitHub↗

    Library to painlessly convert your custom types (structs and classes) to and from JSON. This library provides the function toJSON and fromJSON to automatically convert any type to and from JSON. It is possible to override the implementation by defining your own toJSON and fromJSON member…

    D
    View on GitHub↗25
  • amuzatkts/jsonapi-errorsAmuzaTkts avatar

    AmuzaTkts/jsonapi-errors

    13View on GitHub↗

    Go bindings based on the JSON API errors reference

    Go
    View on GitHub↗13
  • ahmed-ali/realmobjecteditorAhmed-Ali avatar

    Ahmed-Ali/RealmObjectEditor

    418View on GitHub↗

    Realm Object Editor Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can export your schema document for later use and you can export your objects in Swift, Objective-C and Java.

    Swift
    View on GitHub↗418
  • bluelinelabs/logansquarebluelinelabs avatar

    bluelinelabs/LoganSquare

    3,179View on GitHub↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    View on GitHub↗3,179
  • brettwooldridge/hikarijsonbrettwooldridge avatar

    brettwooldridge/HikariJSON

    469View on GitHub↗

    High-performance JSON parser

    Java
    View on GitHub↗469
  • biot2/yaml.json.parserbiot2 avatar

    biot2/Yaml.Json.Parser

    8View on GitHub↗

    YAML and JSON parser, serializer and deserializer with YAML to JSON and vice versa conversion tools containing pure Object Pascal source code for both Delphi and Lazarus

    Pascal
    View on GitHub↗8