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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to ikesyo/himotoki

Projects sharing features with Himotoki

30 open-source projects similar to ikesyo/himotoki, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • 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
  • freshos/arrowfreshOS avatar

    freshOS/Arrow

    387View on GitHub↗

    🏹 Parse JSON with style

    Swift
    View on GitHub↗387
  • 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
  • insanoid/swiftyjsonacceleratorinsanoid avatar

    insanoid/SwiftyJSONAccelerator

    947View on GitHub↗

    macOS app to generate Swift 5 code for models from JSON (with Codeable)

    Swift
    View on GitHub↗947

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
  • 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
  • postmates/pmjsonpostmates avatar

    postmates/PMJSON

    360View on GitHub↗

    Pure Swift JSON encoding/decoding library

    Swift
    View on GitHub↗360
  • 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
  • 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
  • delba/jasondelba avatar

    delba/JASON

    1,008View on GitHub↗

    Fast JSON parsing for Swift

    Swift
    View on GitHub↗1,008
  • anviking/decodableAnviking avatar

    Anviking/Decodable

    1,033View on GitHub↗

    Probably deprecated Swift 2/3 JSON unmarshalling done (more) right

    Swiftjsonswift
    View on GitHub↗1,033
  • chriscaixx/gkdatabaseChrisCaixx avatar

    ChrisCaixx/GKDatabase

    101View on GitHub↗

    ###基于SQLite3轻量级封装,一行代码实现增删改查

    Objective-C
    View on GitHub↗101
  • coderjackyhuang/runtimedemoCoderJackyHuang avatar

    CoderJackyHuang/RuntimeDemo

    86View on GitHub↗

    学习Runtime

    Objective-C
    View on GitHub↗86
  • codermjlee/mjextensionCoderMJLee avatar

    CoderMJLee/MJExtension

    8,502View on GitHub↗

    MJExtension is a JSON serialization library and model mapping framework used to convert data between JSON strings and structured model objects. It functions as an object data mapper that handles the encoding and decoding of complex object hierarchies for network transmission and storage. The framework is a non-intrusive data mapper that uses reflection and runtime inspection to map raw data strings to application objects. This approach allows for data transformation without requiring base class inheritance, decorators, or extensions to the underlying model classes. The system supports recurs

    Objective-C
    View on GitHub↗8,502
  • drmohundro/swxmlhashdrmohundro avatar

    drmohundro/SWXMLHash

    1,465View on GitHub↗

    Simple XML parsing in Swift

    Swift
    View on GitHub↗1,465
  • 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
  • afrymask/afbrushboardAfryMask avatar

    AfryMask/AFBrushBoard

    571View on GitHub↗

    根据手指滑动速度动态调整线条粗细和透明度 - 对相邻线段进行贝塞尔方法进行绘制 - 多阶贝塞尔曲线方法抽取 - 大批量线段绘制的性能优化

    Swift
    View on GitHub↗571
  • 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
  • ccgus/fmdbccgus avatar

    ccgus/fmdb

    13,851View on GitHub↗

    fmdb is an object-oriented SQLite database library and persistence layer for native macOS and iOS environments. It provides an Objective-C wrapper that encapsulates the low-level C API, allowing applications to manage local relational data storage and embedded database connections through a high-level interface. The library focuses on thread-safe database access by synchronizing operations across multiple threads using serialized queues to prevent data corruption and race conditions. It includes specialized capabilities for secure local storage, such as database encryption and the management

    Objective-C
    View on GitHub↗13,851
  • albertodebortoli/skopelosalbertodebortoli avatar

    albertodebortoli/Skopelos

    239View on GitHub↗

    A minimalistic, thread safe, non-boilerplate and super easy to use version of Active Record on Core Data. Simply all you need for doing Core Data. Swift flavour.

    Swift
    View on GitHub↗239
  • dfed/cacheadvancedfed avatar

    dfed/CacheAdvance

    50View on GitHub↗

    A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.

    Swift
    View on GitHub↗50
  • dreymonde/shallowsdreymonde avatar

    dreymonde/Shallows

    617View on GitHub↗

    🛶 Your lightweight persistence toolbox

    Swift
    View on GitHub↗617
  • deeje/cloudcoredeeje avatar

    deeje/CloudCore

    161View on GitHub↗

    Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.

    Swiftcloudkitcoredataios
    View on GitHub↗161
  • evermeer/evcloudkitdaoevermeer avatar

    evermeer/EVCloudKitDao

    644View on GitHub↗

    Simplified access to Apple's CloudKit

    Swift
    View on GitHub↗644
  • evermeer/evreflectionevermeer avatar

    evermeer/EVReflection

    959View on GitHub↗

    Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift

    Swiftalamofireevreflectionjson
    View on GitHub↗959
  • exyte/svgviewexyte avatar

    exyte/SVGView

    847View on GitHub↗

    SVG parser and renderer written in SwiftUI

    Swift
    View on GitHub↗847
  • flutterchina/cookie_jarF

    flutterchina/cookie_jar

    0View on GitHub↗
    View on GitHub↗0
  • daniel1of1/cswiftvDaniel1of1 avatar

    Daniel1of1/CSwiftV

    172View on GitHub↗

    A csv parser written in swift conforming to rfc4180

    Swift
    View on GitHub↗172
  • gerry1218/gxdatabaseutilsGerry1218 avatar

    Gerry1218/GXDatabaseUtils

    30View on GitHub↗

    GXDatabaseUtils

    Objective-C
    View on GitHub↗30
  • casatwy/ctpersistanceC

    casatwy/CTPersistance

    0View on GitHub↗
    View on GitHub↗0