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

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

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

Open-source alternatives to Hjson Cpp

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

  • corsis/xparseccorsis 的头像

    corsis/XParsec

    55在 GitHub 上查看↗

    ` Version 2 of this library is being built as part of a larger fundraising project. `

    F#
    在 GitHub 上查看↗55
  • cppalliance/jsonCPPAlliance 的头像

    CPPAlliance/json

    479在 GitHub 上查看↗

    A C++11 library for parsing and serializing JSON to and from a DOM container in memory.

    C++
    在 GitHub 上查看↗479
  • felixguendling/cistafelixguendling 的头像

    felixguendling/cista

    2,225在 GitHub 上查看↗

    Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.

    C++benchmarkcppcpp17
    在 GitHub 上查看↗2,225
  • fjoppe/legivelF

    fjoppe/Legivel

    0在 GitHub 上查看↗

    This project primarily aims to be an exact Yaml 1.2 deserializer, according to Yaml 1.2 specification

    在 GitHub 上查看↗0
  • haf/fsattoparsechaf 的头像

    haf/FsAttoparsec

    10在 GitHub 上查看↗

    #FsAttoparsec

    F#
    在 GitHub 上查看↗10
  • jbeder/yaml-cppjbeder 的头像

    jbeder/yaml-cpp

    5,931在 GitHub 上查看↗

    yaml-cpp is a C++ library for parsing and emitting YAML 1.2 documents. It provides a complete YAML processing pipeline, from reading YAML content into a traversable node tree to writing in-memory data structures back as YAML text. The library represents parsed YAML as a mutable tree of typed nodes, supporting scalars, sequences, maps, and aliases. It uses a recursive-descent parser to build this node tree, and a stream-based emitter to generate YAML output incrementally. Template-based type conversion enables compile-time serialization between YAML nodes and C++ types, including support for c

    C++
    在 GitHub 上查看↗5,931

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • jet/fscodecjet 的头像

    jet/FsCodec

    83在 GitHub 上查看↗

    Defines a minimal interface for serialization and deserialization of events for event-sourcing systems on .NET. Provides implementation packages for writing simple yet versionable Event Contract definitions in F# using ubiquitous serializers.

    F#
    在 GitHub 上查看↗83
  • lemire/simdjsonlemire 的头像

    lemire/simdjson

    23,860在 GitHub 上查看↗

    simdjson is a high-performance JSON parser that utilizes SIMD instructions to process gigabytes of data per second. It functions as a SIMD JSON parser, a multithreaded NDJSON processing library, a UTF-8 validation engine, and a tool for JSON minification and string building. The project focuses on high-throughput data processing, enabling the ingestion of massive JSON volumes and the verification of UTF-8 encoding standards. It includes dedicated capabilities for constructing JSON strings with optimized memory usage and removing unnecessary whitespace from documents to reduce file size. The

    C++
    在 GitHub 上查看↗23,860
  • marzer/tomlplusplusmarzer 的头像

    marzer/tomlplusplus

    2,077在 GitHub 上查看↗

    Header-only TOML config file parser and serializer for C++17.

    C++
    在 GitHub 上查看↗2,077
  • mausch/fleecemausch 的头像

    mausch/Fleece

    202在 GitHub 上查看↗

    Fleece

    F#
    在 GitHub 上查看↗202
  • mayah/tinytomlmayah 的头像

    mayah/tinytoml

    175在 GitHub 上查看↗

    A header only C++11 library for parsing TOML

    C++
    在 GitHub 上查看↗175
  • mbraceproject/fspicklerM

    mbraceproject/FsPickler

    0在 GitHub 上查看↗

    FsPickler is a serialization library that facilitates the distribution of .NET objects. The implementation focuses on performance and completeness in supported types, including F# types. It supports multiple, pluggable serialization formats including Binary, Xml, JSON and BSON. The library is…

    在 GitHub 上查看↗0
  • nlohmann/jsonnlohmann 的头像

    nlohmann/json

    49,944在 GitHub 上查看↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    C++bsoncborheader-only
    在 GitHub 上查看↗49,944
  • open-source-parsers/jsoncppopen-source-parsers 的头像

    open-source-parsers/jsoncpp

    8,850在 GitHub 上查看↗

    JsonCpp is a C++ library for parsing, manipulating, and generating JSON data. It functions as a data interchange tool that provides a JSON parser to convert formatted text into structured data and a JSON serializer to transform internal data structures back into valid JSON strings. The library features the ability to preserve non-standard JSON comments during the deserialization and serialization process, which supports the management of human-readable configuration files. The project implements a tree-based internal representation for programmatic data access and uses a builder-based config

    C++
    在 GitHub 上查看↗8,850
  • skystrife/cpptomlskystrife 的头像

    skystrife/cpptoml

    605在 GitHub 上查看↗

    cpptoml is a header-only library for parsing TOML

    C++
    在 GitHub 上查看↗605
  • stephan-tolksdorf/fparsecstephan-tolksdorf 的头像

    stephan-tolksdorf/fparsec

    561在 GitHub 上查看↗

    A parser combinator library for F#

    F#
    在 GitHub 上查看↗561
  • tarmil/fsharp.systemtextjsonT

    Tarmil/FSharp.SystemTextJson

    0在 GitHub 上查看↗

    This library provides support for F# types to System.Text.Json.

    在 GitHub 上查看↗0
  • uscilab/cerealUSCiLab 的头像

    USCiLab/cereal

    4,676在 GitHub 上查看↗

    Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into formats for storage or transmission. It is implemented as a header-only library, allowing it to be included directly in source code without the need for a compiled binary. The library supports multiple data representations, including binary, XML, and JSON. It provides the ability to define custom archives, enabling the development of specialized output formats to control how data is encoded and stored. The system handles the conversion of complex objects through template-based ser

    C++c-plus-pluscerealserialization
    在 GitHub 上查看↗4,676
  • vsapronov/fsharp.jsonvsapronov 的头像

    vsapronov/FSharp.Json

    230在 GitHub 上查看↗

    FSharp.Json is F# JSON serialization library based on Reflection it's written in F# for F#.

    F#
    在 GitHub 上查看↗230