Writing a simple JSON library from scratch: a tour through modern C++
Read OriginalThis 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++.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser