Comment on How To Parse JSON Data To A Human Readable Format
K3can@lemmy.radio 2 weeks ago
Personally, whenever I need to process anything text-based, I use perl.
Read the json into a hash, parse the values if desired, then plug the values into an html template.
It’s pretty quick to write, much easier to learn than python (in my opinion), and super powerful.
I know what perl is, but I have never used it before. I’ll spool up on that too.