Constant json_syntax::NUMBER_CAPACITY

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

Number buffer stack capacity.

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