There was an error while loading. Please reload this page.
1 parent 3313add commit 61449afCopy full SHA for 61449af
cpp_json/main.cpp
@@ -7,6 +7,8 @@
7
int main() {
8
JSON::json j, j2;
9
Jsonparser::parser p(j);
10
+ /** this is a simple json file which I copy from my vue.js project to check if it works well **/
11
+
12
p.parse("{\n"
13
" \"name\": \"vue_test\",\n"
14
" \"version\": 1.4,\n"
0 commit comments