commonlibrary_rust_ylong_json/RELEASE_NOTE.md
王柄涵 3f6440f1ea 【ylong_json】更新 README & RELEASE_NOTE & user_guide
Signed-off-by: 王柄涵 <wangbinghan1@huawei.com>
2023-07-17 21:25:32 +08:00

298 B

1.0.0

  1. 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