fn stringify(value: anytype, options: StringifyOptions, out_stream: anytype) @TypeOf(out_stream).Error!void
[src]
Writes the given value to the std.io.Writer
stream. See WriteStream
for how the given value is serialized into JSON. The maximum nesting depth of the output JSON document is 256. See also stringifyMaxDepth
and stringifyArbitraryDepth
.