A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance.
fast-cpp-csv-parser
a header-file-only, JSON parser serializer in C++
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++ CSV parser library
Les fonctionnalités principales de d99kris/rapidcsv sont : CSV Parsers, Data Formats, Data Formats and Parsing.
Les alternatives open-source à d99kris/rapidcsv incluent : vincentlaucsb/csv-parser — A modern C++ CSV parser and serializer that doesn't make you choose between ease of use or performance. ben-strasser/fast-cpp-csv-parser — fast-cpp-csv-parser. nlohmann/json — This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… marzer/tomlplusplus — Header-only TOML config file parser and serializer for C++17. kazuho/picojson — a header-file-only, JSON parser serializer in C++.