nushell/crates/nu-json/src
Jaffar Ashoor c3c41a61b0
replace lazy_static with once_cell (#7502)
replacing the dependence on `lazy_static` with `once_cell`, this will
ensure that variables are initialized when needed instead of startup
time.
2022-12-17 10:30:04 -08:00
..
builder.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
de.rs Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
error.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
lib.rs Adds tab indentation option for JSON files. (#4705) 2022-03-03 13:15:13 -05:00
ser.rs replace lazy_static with once_cell (#7502) 2022-12-17 10:30:04 -08:00
util.rs Fixed json parsing (#7175) 2022-11-23 17:00:00 +13:00
value.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00