//
pkg.gl
Category
github.com/thecjharries/r-daily-programmer
easy
201-300
230
go
package
0.0.0-20240926160500-56abff0f8aa9
Repository:
https://github.com/thecjharries/r-daily-programmer.git
Documentation:
pkg.go.dev
Overview
Dependencies
3
Dependents
0
#
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