<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>JSON++ - A simple C++ class library for JSON</title>
        <link>https://tube.mucs.club/videos/watch/a618cf15-f267-4fec-8c60-e37e48c2a7be</link>
        <description>Talk from Dublin C/C++ meetup (11.06.2018) by PJ Naughter JSON++ - A simple C++ class library for JSON Abstract: I have been working with JSON recently in a number of C++ projects and wanted to learn it by understanding the JSON specification by writing my own JSON parser / encoder. There are a number of nice JSON libraries for C++ out there such as SimpleJSON ;­ and JSON for Modern C++ ;­ . I particularly liked the SimpleJSON library which was able to implement a nice JSON parser / encoder in c. 1300 lines of code. I decided to write my own class based on SimpleJSON but using some modern C++ features such as r-value references, move constructors and operator=. Thus was born JSON++. Slides: https://github.com/cppdug/presentations/blob/master/files/2018-06-11/JSON++_Introduction.pptx</description>
        <lastBuildDate>Thu, 27 Aug 2026 22:29:02 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.mucs.club</generator>
        <image>
            <title>JSON++ - A simple C++ class library for JSON</title>
            <url>https://tube.mucs.club/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://tube.mucs.club/videos/watch/a618cf15-f267-4fec-8c60-e37e48c2a7be</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.mucs.club/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.mucs.club/feeds/video-comments.xml?videoId=a618cf15-f267-4fec-8c60-e37e48c2a7be" rel="self" type="application/rss+xml"/>
    </channel>
</rss>