You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realized the code was overly complicated because Gawk has built-in magic to handle commas in multi-dimensional arrays -- so there isn't any good reason to change the value of SUBSEP. I've updated the original post with new code and output.
A version of dump() that displays the literal array:
Given the sample json file (from issue #4) and this code:
Original dump():
..new dump()
Copy and paste a line:
..producing:
Print all "url" records:
Above code is MIT license
The text was updated successfully, but these errors were encountered: