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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera