awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mausch/fleece

Open-source alternatives to Fleece

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

  • corsis/xparsecالصورة الرمزية لـ corsis

    corsis/XParsec

    55عرض على GitHub↗

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

    F#
    عرض على GitHub↗55
  • cppalliance/jsonالصورة الرمزية لـ CPPAlliance

    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/cistaالصورة الرمزية لـ felixguendling

    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/fsattoparsecالصورة الرمزية لـ haf

    haf/FsAttoparsec

    10عرض على GitHub↗

    #FsAttoparsec

    F#
    عرض على GitHub↗10
  • hjson/hjson-cppالصورة الرمزية لـ hjson

    hjson/hjson-cpp

    78عرض على GitHub↗

    Hjson for C++

    C++
    عرض على GitHub↗78

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • jbeder/yaml-cppالصورة الرمزية لـ jbeder

    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
  • jet/fscodecالصورة الرمزية لـ jet

    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/simdjsonالصورة الرمزية لـ lemire

    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/tomlplusplusالصورة الرمزية لـ marzer

    marzer/tomlplusplus

    2,077عرض على GitHub↗

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

    C++
    عرض على GitHub↗2,077
  • mayah/tinytomlالصورة الرمزية لـ mayah

    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/jsonالصورة الرمزية لـ nlohmann

    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/jsoncppالصورة الرمزية لـ open-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/cpptomlالصورة الرمزية لـ skystrife

    skystrife/cpptoml

    605عرض على GitHub↗

    cpptoml is a header-only library for parsing TOML

    C++
    عرض على GitHub↗605
  • stephan-tolksdorf/fparsecالصورة الرمزية لـ stephan-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/cerealالصورة الرمزية لـ USCiLab

    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.jsonالصورة الرمزية لـ vsapronov

    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