Hoverhex displays the decimal value of any valid hex number that the mouse is hovering.
Quickly know the decimal value of a hexadecimal string
Hoverhex is configured to work on any document
Fixed a typo Added travis build badge
Initial release
let newthing = {}
jsonString.map((v) => {
newthing[v.Offset] = { 'effect': v.Effect, 'comments': v.Comments, 'notes': v["Functional Explanations / Notes"]}
})
console.log(JSON.stringify(newthing, null, 2))
Enjoy!