bytedance / sonic

A blazingly fast JSON serializing & deserializing library
Apache License 2.0
6.71k stars 333 forks source link

add APIKind to indicate std-json or sonic #673

Closed lvan100 closed 1 month ago

lvan100 commented 1 month ago

We need to identify the current strategy, whether it is std-json or sonic, to implement a wrapper in our library. This wrapper will issue a warning if upgrading go.mod in a user's project downgrades from sonic to std-json. Our goal is to avoid this situation.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

AsterDY commented 1 month ago

cc @liuq19