sonic-cpp icon indicating copy to clipboard operation
sonic-cpp copied to clipboard

Does sonic-cpp already support SAX API or have any plans to support it?

Open wang21825227 opened this issue 1 year ago • 1 comments

wang21825227 avatar Jan 30 '24 08:01 wang21825227

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

liuq19 avatar Feb 27 '24 06:02 liuq19