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.