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
delba avatar

delba/JASON

0
View on GitHub↗
1,008 stars·69 forks·Swift·MIT·16 views

JASON

Fast JSON parsing for Swift

Features

  • Data Parsing - High-performance JSON parsing with convenient operators.
  • Data Persistence - JSON parsing with high performance.
  • Data Serialization - High-performance JSON parsing with convenient operators.
  • JSON Processing - High-performance JSON parsing library.

Star history

Star history chart for delba/jasonStar history chart for delba/jason

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with JASON

These projects share indexed features with JASON. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does delba/jason do?

Fast JSON parsing for Swift

What are the main features of delba/jason?

The main features of delba/jason are: Data Parsing, Data Persistence, Data Serialization, JSON Processing.

Which projects share features with delba/jason?

Projects with overlapping indexed features include: swiftyjson/swiftyjson — SwiftyJSON is a Swift JSON parsing library and data wrapper designed to simplify the reading and manipulation of JSON… insanoid/swiftyjsonaccelerator — macOS app to generate Swift 5 code for models from JSON (with Codeable). drmohundro/swxmlhash — Simple XML parsing in Swift. cezheng/fuzi — A fast & lightweight XML & HTML parser in Swift with XPath & CSS support. dehesa/codablecsv — Read and write CSV files row-by-row or through Swift's Codable interface. alibaba/handyjson — HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON…