fn stringifyArbitraryDepth(allocator: Allocator, value: anytype, options: StringifyOptions, out_stream: anytype) T.Error!void
[src]
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
.