bytedance / sonic-cpp

A fast JSON serializing & deserializing library, accelerated by SIMD.
Apache License 2.0
835 stars 101 forks source link

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

Open wang21825227 opened 8 months ago

liuq19 commented 7 months ago

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