envoy-apisix
envoy-apisix copied to clipboard
feature: support the 'cjson' or 'rapidjson'
The current serialization and deserialization of json is implemented using lua code, which has poor performance.
It is recommended to use cjson or rapidjson as a follow-up.
Performance is not important at present, avoid unnecessary C library dependencies (system dependencies), which can make it easier for users to use.