bytedance / sonic-cpp

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

feat: implement the pretty serialize API #68

Open liuq19 opened 1 year ago

liuq19 commented 1 year ago

We need to add a pretty serialize API in dynamic node like https://github.com/bytedance/sonic-cpp/blob/master/include/sonic/dom/genericnode.h#L1000

Exist serialize implement is https://github.com/bytedance/sonic-cpp/blob/master/include/sonic/dom/serialize.h#L33