| author | |
| committer | |
| log | b26fa4ec4baff7af8023f64230cbc0bdf1c99433 |
| tree | 63f91180a3444b2b2c8b2c2b8e4a75a51bb251a7 |
| parent | 17890f6b8a9a91c780377ac6cdcb22fc4180e929 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/json/stringify.zig+2| ... | ... | @@ -134,6 +134,8 @@ pub fn encodeJsonStringChars(chars: []const u8, options: StringifyOptions, write |
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | /// If `value` has a method called `jsonStringify`, this will call that method instead of the | |
| 138 | /// default implementation, passing it the `options` and `out_stream` parameters. | |
| 137 | 139 | pub fn stringify( |
| 138 | 140 | value: anytype, |
| 139 | 141 | options: StringifyOptions, |