package
0.0.0-20240926160500-56abff0f8aa9
Repository: https://github.com/thecjharries/r-daily-programmer.git
Documentation: pkg.go.dev

# README

Notes

  • Walking JSON in Go is not pleasant
  • I only solved the case where it's in an array that is a child of the root level
  • I suppose there's some clever regex that would work instead of walking the JSON