sonic-cpp
sonic-cpp copied to clipboard
Does sonic-cpp already support SAX API or have any plans to support it?
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