From c9afc5de4aaa6355749c6c266cd8ed8427934d6c Mon Sep 17 00:00:00 2001 From: ChrizNuh <23082707+ChrizNuh@users.noreply.github.com> Date: Thu, 2 Feb 2023 00:09:20 +0000 Subject: [PATCH] Update README.md Updated the hyperlink to latest version for JSON - Boost.PropertyTree Line 597 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f1ca5d..ec17daa 100644 --- a/README.md +++ b/README.md @@ -594,7 +594,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## JSON -* [Boost.PropertyTree](http://www.boost.org/doc/libs/1_55_0/doc/html/property_tree.html) - A property tree parser/generator that can be used to parse XML/JSON/INI/Info files. [Boost] +* [Boost.PropertyTree](https://www.boost.org/doc/libs/1_81_0/doc/html/property_tree.html) - A property tree parser/generator that can be used to parse XML/JSON/INI/Info files. [Boost] * [cJSON](https://github.com/DaveGamble/cJSON) - Ultralightweight JSON parser in ANSI C. [MIT] * [frozen](https://github.com/cesanta/frozen) - JSON parser and generator for C/C++. [GPL & GPL2] * [Glaze](https://github.com/stephenberry/glaze) - Extremely fast, in memory, JSON and interface library for modern C++. [MIT]