-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
关于第八章的解答篇 #207
Comments
用C++20重写了一遍。使用了智能指针来管理,std::variant来替代union,实现了将几个模块分离封装,然后其余解析思想都是这几章的内容,cppjson,欢迎交流 |
学习学习! |
该代码运行会报错: test.out: /home/yfn/code/json/C_Json/tutorial08/leptjson.c:546: lept_get_number: Assertion `v != NULL && v->type == LEPT_NUMBER' failed. |
这行代码报错原因在于,leptjson.c文件中应为 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Milo貌似由于工作原因一直没更新,这里放出自己的答案,test passed(620/620),欢迎交流tutorial08解答
The text was updated successfully, but these errors were encountered: