Open Miss-you opened 4 years ago
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.
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.