Hacker News new | ask | show | jobs
by rffn 483 days ago
The article suggests that Gnu Awk might soon improve its understanding of JSON.

Can somebody please shed some light at this? Will gawk get JSON support. Or is is already there and I just need to get a recent version?

1 comments

GNU awk already does. [0] Sorta. The "non-essential" stuff, like xml, json, redis gets put into gawkextlib. Usually packaged for your platform.

[0] https://www.gnu.org/software/gawk/manual/html_node/gawkextli...

Thanks. I wasn't aware about this library.