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

gonzalezreal/Groot

0
View on GitHub↗
535 stars·63 forks·Objective-C·9 views

Groot

From JSON to Core Data and back.

Features

  • Data Parsing - Converts JSON data to and from Core Data objects.
  • JSON Processing - Tool for converting JSON to Core Data objects.

Star history

Star history chart for gonzalezreal/grootStar history chart for gonzalezreal/groot

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 Groot

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

Frequently asked questions

What does gonzalezreal/groot do?

From JSON to Core Data and back.

What are the main features of gonzalezreal/groot?

The main features of gonzalezreal/groot are: Data Parsing, JSON Processing.

Which projects share features with gonzalezreal/groot?

Projects with overlapping indexed features include: mantle/mantle — Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch… yalantis/fasteasymapping — A tool for fast serializing & deserializing of JSON. delba/jason — Fast JSON parsing for Swift. insanoid/swiftyjsonaccelerator — macOS app to generate Swift 5 code for models from JSON (with Codeable). swiftyjson/swiftyjson — SwiftyJSON is a Swift JSON parsing library and data wrapper designed to simplify the reading and manipulation of JSON… java-json-tools/json-schema-validator — This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against…