in reply to Re: parse html for specific things
in thread parse html for specific things

Readability of JSON is solved by a one-liner:
perl -MJSON -we 'local $/; print JSON->new->pretty->canonical->encode( +decode_json(<>))'
Too bad that doesn't work with anything Turing-complete, like JS code or Perl itself...