1# 1.0.0
21. ylong_json initial version, which provides these features:
3    - serialize: output JSON text or string from  `JsonValue`.
4    - deserialize: generate an instance of `JsonValue` from JSON text or string.
5    - serde:  serialize or deserialize for a struct which implements the serde trait