Phil Eaton 8/26/2021

Writing a simple JSON library from scratch: a tour through modern C++

Read Original

This technical article details the process of creating a simple JSON library in modern C++. It covers the core concepts of lexing and parsing, using features like std::shared_ptr, std::optional, and tuples. The author explains the API design, token and value structures, and shares the source code, providing a practical project for exploring contemporary C++.

Writing a simple JSON library from scratch: a tour through modern C++

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week