I have been waiting for the major update stated in #181 :
If your strings are short they will be inlined on stack and use JsonValue::Short instead of JsonValue::String.
That said, the next big release of the crate will remove the Short variant, and use Cow for strings instead.
So just wondering.
I have been waiting for the major update stated in #181 :
So just wondering.