fn nextAlloc(self: *@This(), allocator: Allocator, when: AllocWhen) AllocError!Token
Equivalent to nextAllocMax(allocator, when, default_max_value_len); See also std.json.Token for documentation of nextAlloc*() function behavior.
nextAllocMax(allocator, when, default_max_value_len);
std.json.Token
nextAlloc*()
self: *@This(),
allocator: Allocator,
when: AllocWhen,