https://github.com/rustynova016/null_eq
https://github.com/rustynova016/null_eq
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustynova016/null_eq
- Owner: RustyNova016
- Created: 2025-07-08T08:59:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-08T09:11:54.000Z (about 1 year ago)
- Last Synced: 2025-07-08T10:27:15.968Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Null Eq
A small library to compare json values. This compares 2 `serde_json::Value`s together
and return true if they are equal, with some fuzzyness:
- `undefined` == `null` == `Option::None` == `Value::Null`
- For objects: A missing key is treated as a `Value::Null`
- For arrays: All the elements are the same and in the same order