mirror of
https://github.com/coreos/ignition.git
synced 2026-02-06 18:47:54 +01:00
There are various libraries available. This one is popular, seems relatively maintained, and tags proper releases, but is unfortunately somewhat large.
reflectwalk
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.