fn stringifyArbitraryDepth(allocator: Allocator, value: anytype, options: StringifyOptions, out_stream: anytype) T.Error!void

Like stringify but takes an allocator to facilitate safety checks while allowing arbitrary nesting depth. These safety checks can be helpful when debugging custom jsonStringify implementations; See WriteStream.

Parameters

allocator: Allocator,
value: anytype,
out_stream: anytype,