bytedance / sonic

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

feat: Add NoValidateJSONMarshaler option #527

Closed andeya closed 12 months ago

andeya commented 12 months ago

NoValidateJSONMarshaler indicates that the encoder should not validate the output string after encoding the JSONMarshaler to JSON.

CLAassistant commented 12 months ago

CLA assistant check
All committers have signed the CLA.