Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surjikal/simple-object-hash

Hash your objects. Check for deep equality. Or whatever!
https://github.com/surjikal/simple-object-hash

Last synced: about 2 months ago
JSON representation

Hash your objects. Check for deep equality. Or whatever!

Awesome Lists containing this project

README

        

simple-object-hash.coffee
=========================

Hash your objects. Check for deep equality. Or whatever!

```coffee
objectHash = require 'simple-object-hash'

objectHash {foo:'1', bar:'2'}
# f34bb66026d79c27b0b8318590ce39f8

objectHash {bar:'2', foo:'1'}
# f34bb66026d79c27b0b8318590ce39f8
```