awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to bytedance/sonic-cpp

Open-source alternatives to Sonic Cpp

30 open-source projects similar to bytedance/sonic-cpp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sonic Cpp alternative.

  • java-json-tools/json-schema-validatorjava-json-tools 的头像

    java-json-tools/json-schema-validator

    1,642在 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
    在 GitHub 上查看↗1,642
  • jprichardson/node-fs-extrajprichardson 的头像

    jprichardson/node-fs-extra

    9,610在 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
    在 GitHub 上查看↗9,610
  • json-iterator/javajson-iterator 的头像

    json-iterator/java

    1,566在 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
    在 GitHub 上查看↗1,566

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 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
    在 GitHub 上查看↗6,570
  • amuzatkts/jsonapi-errorsAmuzaTkts 的头像

    AmuzaTkts/jsonapi-errors

    13在 GitHub 上查看↗

    Go bindings based on the JSON API errors reference

    Go
    在 GitHub 上查看↗13
  • andrew-m-c/go.jsonvalueAndrew-M-C 的头像

    Andrew-M-C/go.jsonvalue

    202在 GitHub 上查看↗

    Quick Solution with Unstructured JSON data

    Go
    在 GitHub 上查看↗202
  • akshaybharambe14/go-jsoncA

    akshaybharambe14/go-jsonc

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • argonaut-io/argonautargonaut-io 的头像

    argonaut-io/argonaut

    544在 GitHub 上查看↗

    Purely functional JSON parser and library in scala.

    Scala
    在 GitHub 上查看↗544
  • amir-s/juteamir-s 的头像

    amir-s/jute

    73在 GitHub 上查看↗

    Very simple C++ JSON Parser

    C++
    在 GitHub 上查看↗73
  • aryaxt/ocmapperA

    aryaxt/OCMapper

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bazaarvoice/joltbazaarvoice 的头像

    bazaarvoice/jolt

    1,672在 GitHub 上查看↗

    JSON to JSON transformation library written in Java.

    Java
    在 GitHub 上查看↗1,672
  • bluelinelabs/logansquarebluelinelabs 的头像

    bluelinelabs/LoganSquare

    3,179在 GitHub 上查看↗

    Screaming fast JSON parsing and serialization library for Android.

    Java
    在 GitHub 上查看↗3,179
  • brettwooldridge/hikarijsonbrettwooldridge 的头像

    brettwooldridge/HikariJSON

    469在 GitHub 上查看↗

    High-performance JSON parser

    Java
    在 GitHub 上查看↗469
  • bryanjos/jokenbryanjos 的头像

    bryanjos/joken

    813在 GitHub 上查看↗

    Elixir JWT library

    Elixir
    在 GitHub 上查看↗813
  • cblage/elixir-jsoncblage 的头像

    cblage/elixir-json

    218在 GitHub 上查看↗

    Native JSON library for Elixir

    Elixir
    在 GitHub 上查看↗218
  • antonmedv/fxantonmedv 的头像

    antonmedv/fx

    20,282在 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
    在 GitHub 上查看↗20,282
  • bytedance/sonicbytedance 的头像

    bytedance/sonic

    9,492在 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
    在 GitHub 上查看↗9,492
  • cerbero90/lazy-jsoncerbero90 的头像

    cerbero90/lazy-json

    255在 GitHub 上查看↗

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

    PHP
    在 GitHub 上查看↗255
  • cesanta/frozencesanta 的头像

    cesanta/frozen

    769在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗769
  • chadaustin/sajsonchadaustin 的头像

    chadaustin/sajson

    572在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗572
  • chimeracoder/gojsonChimeraCoder 的头像

    ChimeraCoder/gojson

    2,687在 GitHub 上查看↗

    Automatically generate Go (golang) struct definitions from example JSON

    Gocligogo-generate
    在 GitHub 上查看↗2,687
  • chrismanning/jbsonchrismanning 的头像

    chrismanning/jbson

    38在 GitHub 上查看↗

    JSON & BSON parser/writer

    C++
    在 GitHub 上查看↗38
  • circe/circecirce 的头像

    circe/circe

    2,539在 GitHub 上查看↗

    Yet another JSON library for Scala

    Scalageneric-derivationjsonscala
    在 GitHub 上查看↗2,539
  • cocoonspace/dynjsoncocoonspace 的头像

    cocoonspace/dynjson

    16在 GitHub 上查看↗

    Client-customizable JSON formats for dynamic APIs

    Go
    在 GitHub 上查看↗16
  • danielaparker/jsonconsdanielaparker 的头像

    danielaparker/jsoncons

    844在 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++
    在 GitHub 上查看↗844
  • davegamble/cjsonDaveGamble 的头像

    DaveGamble/cJSON

    12,466在 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
    在 GitHub 上查看↗12,466
  • ddymko/go-jsonerrorddymko 的头像

    ddymko/go-jsonerror

    16在 GitHub 上查看↗

    Small package which wraps error responses to follow jsonapi.org

    Go
    在 GitHub 上查看↗16
  • dedalqq/omg.jsonparserdedalqq 的头像

    dedalqq/omg.jsonparser

    6在 GitHub 上查看↗

    The simple JSON parser with validation by condition

    Go
    在 GitHub 上查看↗6
  • delba/jasondelba 的头像

    delba/JASON

    1,008在 GitHub 上查看↗

    Fast JSON parsing for Swift

    Swift
    在 GitHub 上查看↗1,008
  • buger/jsonparserbuger 的头像

    buger/jsonparser

    5,629在 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
    在 GitHub 上查看↗5,629