Revision history of "Json"

From Hackepedia
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 06:57, 4 February 2011Franks talk contribs 271 bytes +271 Created page with "I was getting json output that had no newlines, so was difficult to parse/filter. I ended up doing the following: cat json.output | sed -e 's/[{}]/'\\n'/g' | awk -F, '{print $..."