JSON utilities for Rust.
Right now there is one utility extend_json_str
which extends a Vec<u8>
with
a valid JSON string.
For example:
```rust use jutils:*
myjson.extendjsonstr("hello world");
``
Which adds
"hello world"to the
myjson` vector.
more to come. stay tuned to this channel