awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to bluelinelabs/logansquare

Open-source alternatives to LoganSquare

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

  • alibaba/fastjsonalibaba का अवतार

    alibaba/fastjson

    25,625GitHub पर देखें↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Java
    GitHub पर देखें↗25,625
  • jprichardson/node-fs-extrajprichardson का अवतार

    jprichardson/node-fs-extra

    9,610GitHub पर देखें↗

    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
    GitHub पर देखें↗9,610
  • miloyip/rapidjsonmiloyip का अवतार

    miloyip/rapidjson

    15,095GitHub पर देखें↗

    RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s

    C++
    GitHub पर देखें↗15,095

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • json-c/json-cjson-c का अवतार

    json-c/json-c

    3,278GitHub पर देखें↗

    https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/

    C
    GitHub पर देखें↗3,278
  • kgabis/parsonkgabis का अवतार

    kgabis/parson

    1,459GitHub पर देखें↗

    Lightweight JSON library written in C.

    C
    GitHub पर देखें↗1,459
  • google/gsongoogle का अवतार

    google/gson

    24,357GitHub पर देखें↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Java
    GitHub पर देखें↗24,357
  • netmail-open/wjelementnetmail-open का अवतार

    netmail-open/wjelement

    110GitHub पर देखें↗

    advanced, flexible JSON manipulation in C

    C
    GitHub पर देखें↗110
  • java-json-tools/json-schema-validatorjava-json-tools का अवतार

    java-json-tools/json-schema-validator

    1,642GitHub पर देखें↗

    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
    GitHub पर देखें↗1,642
  • josdejong/jsoneditorjosdejong का अवतार

    josdejong/jsoneditor

    12,247GitHub पर देखें↗

    jsoneditor is a web-based JSON editor component designed for viewing, editing, and formatting structured data. It provides a user interface for managing JSON through multiple rendering modes, including tree, form, and code views. The project is distinguished by its ability to process and visualize exceptionally large datasets, utilizing virtualized memory management to handle JSON files up to 500 MiB without crashing the browser. It also includes a specialized syntax repair tool to convert malformed text into valid JSON and a data transformer for filtering, sorting, and reshaping documents vi

    JavaScript
    GitHub पर देखें↗12,247
  • json-iterator/javajson-iterator का अवतार

    json-iterator/java

    1,566GitHub पर देखें↗

    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
    GitHub पर देखें↗1,566
  • hazelcast/hazelcasthazelcast का अवतार

    hazelcast/hazelcast

    6,570GitHub पर देखें↗

    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
    GitHub पर देखें↗6,570
  • aws/aws-sdk-androidaws का अवतार

    aws/aws-sdk-android

    1,074GitHub पर देखें↗

    AWS SDK for Android. For more information, see our web site:

    Java
    GitHub पर देखें↗1,074
  • amir-s/juteamir-s का अवतार

    amir-s/jute

    73GitHub पर देखें↗

    Very simple C++ JSON Parser

    C++
    GitHub पर देखें↗73
  • bazaarvoice/joltbazaarvoice का अवतार

    bazaarvoice/jolt

    1,672GitHub पर देखें↗

    JSON to JSON transformation library written in Java.

    Java
    GitHub पर देखें↗1,672
  • aryaxt/ocmapperA

    aryaxt/OCMapper

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • argonaut-io/argonautargonaut-io का अवतार

    argonaut-io/argonaut

    544GitHub पर देखें↗

    Purely functional JSON parser and library in scala.

    Scala
    GitHub पर देखें↗544
  • alii/squirtlealii का अवतार

    alii/squirtle

    11GitHub पर देखें↗

    A JSON Patch (RFC 6902) implementation for Gleam.

    Gleam
    GitHub पर देखें↗11
  • akheron/janssonakheron का अवतार

    akheron/jansson

    3,341GitHub पर देखें↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    GitHub पर देखें↗3,341
  • cerbero90/lazy-jsoncerbero90 का अवतार

    cerbero90/lazy-json

    255GitHub पर देखें↗

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

    PHP
    GitHub पर देखें↗255
  • antonmedv/fxantonmedv का अवतार

    antonmedv/fx

    20,282GitHub पर देखें↗

    Fx is a command-line processing suite designed for the transformation, conversion, exploration, and visualization of structured data. It functions as a terminal-based utility that handles both automated shell pipelines and interactive navigation of complex, nested data hierarchies. The tool distinguishes itself by integrating a JavaScript-based engine that executes user-provided logic to filter, map, or modify data fields within a sandboxed runtime. It maintains a responsive interface by decoupling data processing from the display loop, allowing users to explore large datasets through an inte

    Goclicommand-linejson
    GitHub पर देखें↗20,282
  • cblage/elixir-jsoncblage का अवतार

    cblage/elixir-json

    218GitHub पर देखें↗

    Native JSON library for Elixir

    Elixir
    GitHub पर देखें↗218
  • cesanta/frozencesanta का अवतार

    cesanta/frozen

    769GitHub पर देखें↗

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

    C
    GitHub पर देखें↗769
  • chadaustin/sajsonchadaustin का अवतार

    chadaustin/sajson

    572GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗572
  • chimeracoder/gojsonChimeraCoder का अवतार

    ChimeraCoder/gojson

    2,687GitHub पर देखें↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    GitHub पर देखें↗2,687
  • chrismanning/jbsonchrismanning का अवतार

    chrismanning/jbson

    38GitHub पर देखें↗

    JSON & BSON parser/writer

    C++
    GitHub पर देखें↗38
  • circe/circecirce का अवतार

    circe/circe

    2,539GitHub पर देखें↗

    Yet another JSON library for Scala

    Scalageneric-derivationjsonscala
    GitHub पर देखें↗2,539
  • cocoonspace/dynjsoncocoonspace का अवतार

    cocoonspace/dynjson

    16GitHub पर देखें↗

    Client-customizable JSON formats for dynamic APIs

    Go
    GitHub पर देखें↗16
  • danielaparker/jsonconsdanielaparker का अवतार

    danielaparker/jsoncons

    844GitHub पर देखें↗

    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++
    GitHub पर देखें↗844
  • darylteo/rxjava-promisesD

    darylteo/rxjava-promises

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • bytedance/sonic-cppbytedance का अवतार

    bytedance/sonic-cpp

    975GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗975