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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pquerna/ffjson

Open-source alternatives to Ffjson

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

  • google/gsonAvatar von google

    google/gson

    24,357Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗24,357
  • square/moshiAvatar von square

    square/moshi

    10,138Auf GitHub ansehen↗

    Moshi is a JSON serialization library and parser for Kotlin and Java. It functions as a reflectionless JSON encoder that converts typed objects to JSON strings and parses JSON data back into language objects. The library distinguishes itself through compile-time adapter generation, which removes the performance overhead associated with runtime reflection. It also provides a polymorphic JSON mapper that uses type identifiers to resolve and instantiate specific subclasses of a common base type. The framework supports custom adapter definitions for specialized type conversion, including nullabi

    Kotlin
    Auf GitHub ansehen↗10,138
  • json-iterator/goAvatar von json-iterator

    json-iterator/go

    13,891Auf GitHub ansehen↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    Auf GitHub ansehen↗13,891

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • ibireme/yyjsonAvatar von ibireme

    ibireme/yyjson

    3,788Auf GitHub ansehen↗

    yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions as a memory-efficient data tool that utilizes custom memory pools and contiguous block allocation to minimize fragmentation and overhead. The project distinguishes itself as a SIMD JSON processor, using hardware-accelerated vector instructions for rapid string validation and parsing. It provides a toolkit for querying, modifying, and patching nested JSON objects and arrays through pointer-based access and path expressions. The library covers a broad range of data manipulation

    C
    Auf GitHub ansehen↗3,788
  • fasterxml/jacksonAvatar von FasterXML

    FasterXML/jackson

    9,740Auf GitHub ansehen↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    hacktoberfestjacksonjava-json
    Auf GitHub ansehen↗9,740
  • java-json-tools/json-schema-validatorAvatar von java-json-tools

    java-json-tools/json-schema-validator

    1,642Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,642
  • json-iterator/javaAvatar von json-iterator

    json-iterator/java

    1,566Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,566
  • jprichardson/node-fs-extraAvatar von jprichardson

    jprichardson/node-fs-extra

    9,610Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,610
  • hazelcast/hazelcastAvatar von hazelcast

    hazelcast/hazelcast

    6,570Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,570
  • akshaybharambe14/go-jsoncA

    akshaybharambe14/go-jsonc

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • antchfx/jsonqueryA

    antchfx/jsonquery

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • andrew-m-c/go.jsonvalueAvatar von Andrew-M-C

    Andrew-M-C/go.jsonvalue

    202Auf GitHub ansehen↗

    Quick Solution with Unstructured JSON data

    Go
    Auf GitHub ansehen↗202
  • antonmedv/fxAvatar von antonmedv

    antonmedv/fx

    20,282Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,282
  • argonaut-io/argonautAvatar von argonaut-io

    argonaut-io/argonaut

    544Auf GitHub ansehen↗

    Purely functional JSON parser and library in scala.

    Scala
    Auf GitHub ansehen↗544
  • akheron/janssonAvatar von akheron

    akheron/jansson

    3,341Auf GitHub ansehen↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    Auf GitHub ansehen↗3,341
  • abusomani/jsonhandlersAvatar von abusomani

    abusomani/jsonhandlers

    2Auf GitHub ansehen↗

    JSON library to expose simple handlers that lets you easily read and write json from various sources.

    Go
    Auf GitHub ansehen↗2
  • amuzatkts/jsonapi-errorsAvatar von AmuzaTkts

    AmuzaTkts/jsonapi-errors

    13Auf GitHub ansehen↗

    Go bindings based on the JSON API errors reference

    Go
    Auf GitHub ansehen↗13
  • bluelinelabs/logansquareAvatar von bluelinelabs

    bluelinelabs/LoganSquare

    3,179Auf GitHub ansehen↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    Auf GitHub ansehen↗3,179
  • bjornbytes/trickleAvatar von bjornbytes

    bjornbytes/trickle

    31Auf GitHub ansehen↗

    Lua bitstream

    Lua
    Auf GitHub ansehen↗31
  • amir-s/juteAvatar von amir-s

    amir-s/jute

    73Auf GitHub ansehen↗

    Very simple C++ JSON Parser

    C++
    Auf GitHub ansehen↗73
  • brettwooldridge/hikarijsonAvatar von brettwooldridge

    brettwooldridge/HikariJSON

    469Auf GitHub ansehen↗

    High-performance JSON parser

    Java
    Auf GitHub ansehen↗469
  • bryanjos/jokenAvatar von bryanjos

    bryanjos/joken

    813Auf GitHub ansehen↗

    Elixir JWT library

    Elixir
    Auf GitHub ansehen↗813
  • buger/jsonparserAvatar von buger

    buger/jsonparser

    5,629Auf GitHub ansehen↗

    jsonparser is a Go library for parsing, extracting, and modifying JSON data by key path without requiring predefined structs or type schemas. It uses a deterministic state machine to parse JSON directly from byte slices, enabling zero-copy traversal and lazy typed value extraction. The library provides key-path-based navigation to retrieve raw bytes and typed values from nested JSON structures, supporting extraction of strings, integers, floats, and booleans. It also enables in-place value modification and deletion at specified key paths, as well as iteration over arrays and objects using cal

    Gogojsonjson-parser
    Auf GitHub ansehen↗5,629
  • burntsushi/rust-csvAvatar von BurntSushi

    BurntSushi/rust-csv

    1,913Auf GitHub ansehen↗
    Rustcsvlibraryrust
    Auf GitHub ansehen↗1,913
  • bytedance/sonicAvatar von bytedance

    bytedance/sonic

    9,492Auf GitHub ansehen↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Gohigh-performancejitjson
    Auf GitHub ansehen↗9,492
  • bytedance/sonic-cppAvatar von bytedance

    bytedance/sonic-cpp

    975Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗975
  • cblage/elixir-jsonAvatar von cblage

    cblage/elixir-json

    218Auf GitHub ansehen↗

    Native JSON library for Elixir

    Elixir
    Auf GitHub ansehen↗218
  • cerbero90/lazy-jsonAvatar von cerbero90

    cerbero90/lazy-json

    255Auf GitHub ansehen↗

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

    PHP
    Auf GitHub ansehen↗255
  • cesanta/frozenAvatar von cesanta

    cesanta/frozen

    769Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗769
  • airstruck/knifeAvatar von airstruck

    airstruck/knife

    515Auf GitHub ansehen↗

    A collection of useful micro-modules for Lua.

    Lua
    Auf GitHub ansehen↗515