Wow, thanks for all the suggestions! Didn’t realize there were so many ways to json python get all values for key.
Tried the recursive function and it worked perfectly. Also gave `jsonpath-ng` a shot—super clean!
Still struggling with super messy data though. Anyone got tips for handling inconsistent key names? Like sometimes it’s `'a'` and other times `'A'`?
Appreciate the help!
Tried the recursive function and it worked perfectly. Also gave `jsonpath-ng` a shot—super clean!
Still struggling with super messy data though. Anyone got tips for handling inconsistent key names? Like sometimes it’s `'a'` and other times `'A'`?
Appreciate the help!
