Skip to content

Commit 61449af

Browse files
authored
Update main.cpp
1 parent 3313add commit 61449af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp_json/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
int main() {
88
JSON::json j, j2;
99
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+
1012
p.parse("{\n"
1113
" \"name\": \"vue_test\",\n"
1214
" \"version\": 1.4,\n"

0 commit comments

Comments
 (0)