Skip to content

Commit 1a06f7f

Browse files
committed
Updated readme
1 parent c89ca39 commit 1a06f7f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,11 @@ The project has been in public BETA since April 11th 2017.
255255
These are the operating systems where my Continues Integration (Jenkins) servers currently compiles the project and run all the tests:
256256

257257
- Debian Testing
258+
- Debian Bookworm
258259
- Debian Bullseye (Stable)
259260
- Debian Buster
260-
- Debian Stretch
261261
- Windows 10 / Microsoft Visual Studio 2019, Community version using vcpkg for dependencies
262262
- Ubuntu Xenial (LTS)
263-
- Ubuntu Bionic (LTS)
264263

265264
Support for MacOS has been removed after Apples announcement that their love for privacy was just
266265
a marketing gimmick.
@@ -276,8 +275,11 @@ I currently use my own CI infrastructure running on my own hardware. I use Jenki
276275
- [restc-cpp tags on The Last Viking's Nest](https://lastviking.eu/_tags/restc-cpp.html)
277276

278277
# Similar projects
279-
- [Boost.Beast](https://github.com/boostorg/beast) by Vinnie Falco. When you like to write many lines of code...
280278
- [RESTinCurl](https://github.com/jgaa/RESTinCurl) by me. Aimed at mobile applications, IoT and projects that already link with libcurl.
279+
- [Boost.Beast](https://github.com/boostorg/beast) by Vinnie Falco. When you like to write many lines of code...
280+
281+
**Json serialization only**
282+
- [Boost.Json](https://www.boost.org/doc/libs/1_83_0/libs/json/doc/html/index.html)
281283
- [JSON for Modern C++](https://nlohmann.github.io/json/) by Niels Lohmann. My favorite json library, when I need to more than just static serialization.
282284
- [json11 - tiny JSON library for C++11, providing JSON parsing and serialization](https://github.com/dropbox/json11)
283285

0 commit comments

Comments
 (0)