
Reflectwalk is a go library for "walking" a value in go using reflection, in the same way a directory tree can be "walked" on the filesystem. walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from json.