A Fast, Compliant JSON Pull Parser for Writing Robust Applications - CppCon 2023
Offered By: CppCon via YouTube
Course Description
Overview
Explore a fast, compliant JSON pull parser for writing robust applications in this CppCon 2023 conference talk by Jonathan Müller. Delve into the design of an open-source JSON parser that fills the gap between existing parser libraries, offering full validation, speed, and O(1) memory usage. Learn about the innovative API design that forces developers to express semantic constraints, providing automatic error handling and concise documentation of required JSON structures. Compare this parser to established alternatives and discover elegant generic programming techniques in C++. Gain insights into practical applications and benefits for both beginners and intermediate C++ developers.
Syllabus
A Fast, Compliant JSON Pull Parser for Writing Robust Applications - Jonathan Müller - CppCon 2023
Taught by
CppCon
Related Courses
Advanced Java ProgrammingUdemy Scala Type Classes and Parameterization
Pluralsight Random Variables as Types - Lecture 11
The Julia Programming Language via YouTube Hands-on With Dynamic Dispatch Traits in Rust - Rust Tutorial for Developers
Trevor Sullivan via YouTube IEnumerable and IEnumerator Interfaces in C#
tutorialsEU via YouTube