3 个版本

0.1.2 2022 年 5 月 17 日
0.1.1 2022 年 5 月 17 日
0.1.0 2022 年 5 月 17 日

#575 in #utilities

MIT 许可证

4KB

jutils

license crates.io version documentation

Rust 的 JSON 工具库。

目前有两个工具

  • extend_json_str:向一个 Vec<u8> 中添加一个有效的 JSON 字符串。
  • extend_json_str_fragment:向一个 Vec<u8> 中添加一个有效的 JSON 字符串,但不包括周围的引号。

例如

use jutils:*

my_json.extend_json_str("hello world");

这将向 my_json 向量中添加 "hello world"

更多功能即将推出。请关注此频道...

无运行时依赖