We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e83d94 commit c53d313Copy full SHA for c53d313
include/jpp.hh
@@ -2,13 +2,15 @@
2
* @file json.hh
3
* @author Simone Ancona
4
* @brief A JSON parser for C++
5
- * @version 1.1.2
+ * @version 1.1.3
6
* @date 2023-07-15
7
*
8
* @copyright Copyright (c) 2023
9
10
*/
11
12
+#pragma once
13
+
14
#include <string>
15
#include <map>
16
#include <stdexcept>
src/jpp.cc
@@ -2,7 +2,7 @@
* @file json.cc
* @brief
0 commit comments