Skip to content

RustyNova016/null_eq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Null Eq

A small library to compare json values. This compares 2 serde_json::Values 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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages