Constant json_syntax::SMALL_STRING_CAPACITY

source ยท
pub const SMALL_STRING_CAPACITY: usize = 16;
Expand description

String stack capacity.

If a string is longer than this value, it will be stored on the heap.