Skip to content

VanillaMaster/json-deep-equal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@vanilla/json-deep-equal

Tests for deep equality between json values

requirements

none

installation

npm install git+https://github.com/VanillaMaster/json-deep-equal.git

example

import deepEqual from "@vanilla/json-deep-equal";

const a = { a: [ 42 ], b: "42" }
const b = { b: "42", a: [ 42 ] }
const eaqual = deepEqual(a, b); // true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published