Skip to content

JasonGiedymin/jsonrehasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonRehasher

Requirements

  1. Ruby 2.3.x
  2. Rake

Building

Just run rake build.

Testing

  1. rake test

Running

# help
ruby bin/jsonrehasher --help

# rehash a file
ruby bin/jsonrehasher --file sample_input/input.json

# rehash from stdin
ruby bin/jsonrehasher --data '{"a.b.c.d": 1}'

Notes

Algo is not efficient at all, could be done much better. In fact I think It is horrible.

About

JSON Rehasher (useful for ELK)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages