awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 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/gsongoogle avatar

    google/gson

    24,357View on GitHub↗

    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
    View on GitHub↗24,357
  • square/moshisquare avatar

    square/moshi

    10,138View on GitHub↗

    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
    View on GitHub↗10,138
  • json-iterator/gojson-iterator avatar

    json-iterator/go

    13,891View on GitHub↗

    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
    View on GitHub↗13,891

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
  • ibireme/yyjsonibireme avatar

    ibireme/yyjson

    3,788View on GitHub↗

    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
    View on GitHub↗3,788
  • fasterxml/jacksonFasterXML avatar

    FasterXML/jackson

    9,740View on GitHub↗

    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
    View on GitHub↗9,740
  • 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
  • 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
  • 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
  • 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
  • akshaybharambe14/go-jsoncA

    akshaybharambe14/go-jsonc

    0View on GitHub↗
    View on GitHub↗0
  • antchfx/jsonqueryA

    antchfx/jsonquery

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • antonmedv/fxantonmedv avatar

    antonmedv/fx

    20,282View on GitHub↗

    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
    View on GitHub↗20,282
  • argonaut-io/argonautargonaut-io avatar

    argonaut-io/argonaut

    544View on GitHub↗

    Purely functional JSON parser and library in scala.

    Scala
    View on GitHub↗544
  • akheron/janssonakheron avatar

    akheron/jansson

    3,341View on GitHub↗

    C library for encoding, decoding and manipulating JSON data

    Ccjson
    View on GitHub↗3,341
  • abusomani/jsonhandlersabusomani avatar

    abusomani/jsonhandlers

    2View on GitHub↗

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

    Go
    View on GitHub↗2
  • amuzatkts/jsonapi-errorsAmuzaTkts avatar

    AmuzaTkts/jsonapi-errors

    13View on GitHub↗

    Go bindings based on the JSON API errors reference

    Go
    View on GitHub↗13
  • bluelinelabs/logansquarebluelinelabs avatar

    bluelinelabs/LoganSquare

    3,179View on GitHub↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    View on GitHub↗3,179
  • bjornbytes/tricklebjornbytes avatar

    bjornbytes/trickle

    31View on GitHub↗

    Lua bitstream

    Lua
    View on GitHub↗31
  • amir-s/juteamir-s avatar

    amir-s/jute

    73View on GitHub↗

    Very simple C++ JSON Parser

    C++
    View on GitHub↗73
  • 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
  • buger/jsonparserbuger avatar

    buger/jsonparser

    5,629View on GitHub↗

    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
    View on GitHub↗5,629
  • burntsushi/rust-csvBurntSushi avatar

    BurntSushi/rust-csv

    1,913View on GitHub↗
    Rustcsvlibraryrust
    View on GitHub↗1,913
  • bytedance/sonicbytedance avatar

    bytedance/sonic

    9,492View on GitHub↗

    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
    View on GitHub↗9,492
  • bytedance/sonic-cppbytedance avatar

    bytedance/sonic-cpp

    975View on GitHub↗

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

    C++
    View on GitHub↗975
  • 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
  • airstruck/knifeairstruck avatar

    airstruck/knife

    515View on GitHub↗

    A collection of useful micro-modules for Lua.

    Lua
    View on GitHub↗515