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 hkellaway/gloss

Projects sharing features with Gloss

30 open-source projects similar to hkellaway/gloss, 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.

  • 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
  • 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

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
  • 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
  • lorien/web-scrapinglorien avatar

    lorien/web-scraping

    7,931View on GitHub↗

    This project is a comprehensive resource directory for web data extraction, providing a curated collection of tools and libraries for parsing data, automating browsers, and managing network operations. It serves as a guide for extracting structured information from HTML, XML, JSON, and PDF formats. The toolkit focuses on advanced data collection strategies, including headless browser automation to interact with JavaScript and a suite of network utilities for DNS resolution and WebSocket connections. It specifically covers methods for bypassing bot protections through proxy pool management, us

    Makefile
    View on GitHub↗7,931
  • 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
  • dotnet/corefxdotnet avatar

    dotnet/corefx

    17,491View on GitHub↗

    This project is the .NET Base Class Library, providing the foundational types and APIs required for .NET applications. It serves as a cross-platform runtime library and a standardized managed API framework, acting as the primary set of namespaces for memory management, collections, and asynchronous programming. The library enables the development of enterprise backend infrastructure and the execution of managed code consistently across different operating systems and hardware architectures. It includes capabilities for cross-platform application deployment using self-contained binaries, frame

    coreclrcorefxcsharp
    View on GitHub↗17,491
  • 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
  • amuzatkts/jsonapi-errorsAmuzaTkts avatar

    AmuzaTkts/jsonapi-errors

    13View on GitHub↗

    Go bindings based on the JSON API errors reference

    Go
    View on GitHub↗13
  • akshaybharambe14/go-jsoncA

    akshaybharambe14/go-jsonc

    0View on GitHub↗
    View on GitHub↗0
  • bazaarvoice/joltbazaarvoice avatar

    bazaarvoice/jolt

    1,672View on GitHub↗

    JSON to JSON transformation library written in Java.

    Java
    View on GitHub↗1,672
  • 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
  • bryanjos/jokenbryanjos avatar

    bryanjos/joken

    813View on GitHub↗

    Elixir JWT library

    Elixir
    View on GitHub↗813
  • aryaxt/ocmapperA

    aryaxt/OCMapper

    0View on GitHub↗
    View on GitHub↗0
  • argonaut-io/argonautargonaut-io avatar

    argonaut-io/argonaut

    544View on GitHub↗

    Purely functional JSON parser and library in scala.

    Scala
    View on GitHub↗544
  • amir-s/juteamir-s avatar

    amir-s/jute

    73View on GitHub↗

    Very simple C++ JSON Parser

    C++
    View on GitHub↗73
  • cblage/elixir-jsoncblage avatar

    cblage/elixir-json

    218View on GitHub↗

    Native JSON library for Elixir

    Elixir
    View on GitHub↗218
  • cerbero90/lazy-jsoncerbero90 avatar

    cerbero90/lazy-json

    255View on GitHub↗

    🐼 Framework-agnostic package to load JSON of any dimension and from any source into Laravel lazy collections recursively.

    PHP
    View on GitHub↗255
  • cesanta/frozencesanta avatar

    cesanta/frozen

    769View on GitHub↗

    JSON parser and generator for C/C++ with scanf/printf like interface. Targeting embedded systems.

    C
    View on GitHub↗769
  • 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
  • chadaustin/sajsonchadaustin avatar

    chadaustin/sajson

    572View on GitHub↗

    Lightweight, extremely high-performance JSON parser for C++11

    C++
    View on GitHub↗572
  • chimeracoder/gojsonChimeraCoder avatar

    ChimeraCoder/gojson

    2,687View on GitHub↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    View on GitHub↗2,687
  • chrismanning/jbsonchrismanning avatar

    chrismanning/jbson

    38View on GitHub↗

    JSON & BSON parser/writer

    C++
    View on GitHub↗38
  • circe/circecirce avatar

    circe/circe

    2,539View on GitHub↗

    Yet another JSON library for Scala

    Scalageneric-derivationjsonscala
    View on GitHub↗2,539
  • cocoonspace/dynjsoncocoonspace avatar

    cocoonspace/dynjson

    16View on GitHub↗

    Client-customizable JSON formats for dynamic APIs

    Go
    View on GitHub↗16
  • 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
  • danielaparker/jsonconsdanielaparker avatar

    danielaparker/jsoncons

    844View on GitHub↗

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON, toon-format

    C++
    View on GitHub↗844
  • davegamble/cjsonDaveGamble avatar

    DaveGamble/cJSON

    12,466View on GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    View on GitHub↗12,466
  • bytedance/sonic-cppbytedance avatar

    bytedance/sonic-cpp

    975View on GitHub↗

    A fast JSON serializing & deserializing library, accelerated by SIMD.

    C++
    View on GitHub↗975