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 1e83d96 commit 17dbe55Copy full SHA for 17dbe55
README.md
@@ -10,4 +10,4 @@
10
- 通过 C++ vector 容器管理 JSON 的数组和对象,实现内存自动管理。
11
12
优化:
13
-- 将 union 指针成员(指向类对象的指针`string*`、`vector<T>*`)替换为类对象本身。原代码保存在[指针分支](https://github.com/Beau-xu/LeptJSON-in-CPP/tree/class-pointer-in-union)
+- 将 union 指针成员(指向类对象的指针`string*`、`vector<T>*`)替换为类对象本身。原代码保存在[指针分支](https://github.com/Beau-xu/LeptJSON-in-CPP/tree/class-pointer-in-union)。
0 commit comments