liu
liu
> This is in our plan, @liuq19 will implement it. > > Could you provide more detailed information about your usage? Ok, let me do it.
> > > This is in our plan, @liuq19 will implement it. > > > Could you provide more detailed information about your usage? > > > > > >...
We have supported Parse with SAX handler now, such as https://github.com/bytedance/sonic-cpp/blob/master/include/sonic/dom/parser.h#L66 and https://github.com/bytedance/sonic-cpp/blob/master/include/sonic/dom/handler.h#L32
目前只支持 linux 平台,x86_64 haswell 架构,暂时不支持 msvc
> 有支持的计划吗? @alan0526 msvc 有计划支持的,也欢迎社区同学一起参与。
后续以flags 的形式支持
welcome to implement above together ~
感谢反馈,看起来是环境中该编译器不支持 __builtin_uaddll_overflow 扩展
正确应该是 `const sonic_json::Node& key = m->name`, 目的是防止用户将 object 暴露的 key set 成非string的类型,后续我们会更新readme,感谢~ > @liuq19 还有一个问题,不知道有没有人反馈过。首页-usage-Getting and Setting-print_member 写的是sonic_json::Node& key = m->name; 编译出错 example里写的是const sonic_json::Node& key = m->name;
yes. bind is serde between JSON and a c++ type, including a struct. And there has been a POC demo for binding and it will open source in the future....