mirror of
https://gitee.com/openharmony/commonlibrary_rust_ylong_json
synced 2024-11-23 07:10:32 +00:00
3f6440f1ea
Signed-off-by: 王柄涵 <wangbinghan1@huawei.com>
298 B
298 B
1.0.0
- ylong_json initial version, which provides these features:
- serialize: output JSON text or string from
JsonValue
. - deserialize: generate an instance of
JsonValue
from JSON text or string. - serde: serialize or deserialize for a struct which implements the serde trait
- serialize: output JSON text or string from