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.
2 parents eab3483 + 29d7967 commit 1202fceCopy full SHA for 1202fce
README.md
@@ -32,10 +32,10 @@ Dependencies:
32
Code example:
33
```C++
34
#ifndef Q_MOC_RUN // A Qt workaround, for those of you who use Qt
35
-# include "parse/jsd.h"
36
-# include "parse/jsd_convenience.h"
37
-# include "stringify/jss.h"
38
-# include "stringify/jss_fusion_adapted_struct.h"
+# include "SimpleJSON/parse/jsd.h"
+# include "SimpleJSON/parse/jsd_convenience.h"
+# include "SimpleJSON/stringify/jss.h"
+# include "SimpleJSON/tringify/jss_fusion_adapted_struct.h"
39
#endif
40
41
#include <string>
0 commit comments