jso 1.3.1

No-BS, no-bloat json library.
Documentation
1
2
3
4
#[expect(missing_docs)]
pub trait Unwrap<T> {
  fn unwrap(self) -> T;
}