mirror of
https://github.com/p-ranav/awesome-hpp.git
synced 2025-12-18 11:04:35 +03:00
Add Glaze
This commit is contained in:
@@ -150,6 +150,7 @@
|
|||||||
| [daw_json_link](https://github.com/beached/daw_json_link) | [](https://github.com/beached/daw_json_link/stargazers/) | Static JSON parsing in C++. | [](https://www.boost.org/LICENSE_1_0.txt) |
|
| [daw_json_link](https://github.com/beached/daw_json_link) | [](https://github.com/beached/daw_json_link/stargazers/) | Static JSON parsing in C++. | [](https://www.boost.org/LICENSE_1_0.txt) |
|
||||||
| [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) | [](https://github.com/ben-strasser/fast-cpp-csv-parser/stargazers/) | Fast library for reading CSV files. | [](https://opensource.org/licenses/BSD-3-Clause) |
|
| [Fast C++ CSV Parser](https://github.com/ben-strasser/fast-cpp-csv-parser) | [](https://github.com/ben-strasser/fast-cpp-csv-parser/stargazers/) | Fast library for reading CSV files. | [](https://opensource.org/licenses/BSD-3-Clause) |
|
||||||
| [FlatJSON](https://github.com/nixman/flatjson) | [](https://github.com/nixman/flatjson/stargazers/) | Extremely fast just one allocation and zero copy JSON parser. | [](https://opensource.org/licenses/Apache-2.0) |
|
| [FlatJSON](https://github.com/nixman/flatjson) | [](https://github.com/nixman/flatjson/stargazers/) | Extremely fast just one allocation and zero copy JSON parser. | [](https://opensource.org/licenses/Apache-2.0) |
|
||||||
|
| [Glaze](https://github.com/stephenberry/glaze) | [](https://github.com/stephenberry/glaze/stargazers/) | Extremely fast, in memory, JSON and interface library for modern C++. | [](https://opensource.org/licenses/MIT) |
|
||||||
| [inih](https://github.com/jtilly/inih) | [](https://github.com/jtilly/inih/stargazers/) | This is a header only C++ version of inih. | [](https://opensource.org/licenses/BSD-3-Clause) |
|
| [inih](https://github.com/jtilly/inih) | [](https://github.com/jtilly/inih/stargazers/) | This is a header only C++ version of inih. | [](https://opensource.org/licenses/BSD-3-Clause) |
|
||||||
| [nlohmann/json](https://github.com/nlohmann/json) | [](https://github.com/nlohmann/json/stargazers/) | JSON for Modern C++. | [](https://opensource.org/licenses/MIT) |
|
| [nlohmann/json](https://github.com/nlohmann/json) | [](https://github.com/nlohmann/json/stargazers/) | JSON for Modern C++. | [](https://opensource.org/licenses/MIT) |
|
||||||
| [json_struct](https://github.com/jorgen/json_struct) | [](https://github.com/jorgen/json_struct/stargazers/) | High performance, single header only to serialize and deserialize JSON to C++ structs. | [](https://opensource.org/licenses/MIT) |
|
| [json_struct](https://github.com/jorgen/json_struct) | [](https://github.com/jorgen/json_struct/stargazers/) | High performance, single header only to serialize and deserialize JSON to C++ structs. | [](https://opensource.org/licenses/MIT) |
|
||||||
|
|||||||
Reference in New Issue
Block a user