jutils
JSON utilities for Rust.
Right now there are two utilities
extend_json_str: Extends aVec<u8>with a valid JSON String.extend_json_str_fragment: Extends aVec<u8>with a valid JSON String, but without the surrounding quotes.
For example:
use jutils:*
my_json.extend_json_str;
Which adds "hello world" to the my_json vector.
More to come. Stay tuned to this channel...