Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme示例代码有一处错误 #61

Closed
Be1ch opened this issue Nov 16, 2021 · 1 comment
Closed

readme示例代码有一处错误 #61

Be1ch opened this issue Nov 16, 2021 · 1 comment

Comments

@Be1ch
Copy link

Be1ch commented Nov 16, 2021

快速上手--使用 std::initializer_list 为 JSON 对象赋值代码

// 第二个对象
json obj2 = ...
{ "object", {
{ "key", "value" },
{ "key2", "value2" },
}, //此处漏了一个 }
};

@Nomango
Copy link
Owner

Nomango commented Nov 17, 2021

@leenux9527 感谢指正,已修正~

@Nomango Nomango closed this as completed Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants