tiny.preserves.SYM_NULL
Defined in symbols.
The symbol null, the value the package uses for JSON's null.
Source
Source: lib/preserves/src/symbols.zig:48
zig
/// The symbol `null`, the value the package uses for JSON's null. `null_val` returns it, the JSON/// decoder makes it from JSON null, and `isNull` matches it.pub const SYM_NULL = Symbol{ .name = "null" };Source: lib/preserves/src/root.zig:152
zig
pub const SYM_NULL = symbols.SYM_NULL;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |