Fork me on GitHub

Pretty-Print Newline-Delimited JSON

Path of the property to display as the tab header.
Path of the property to sort by.
Must be newline-delimited JSON as defined by http://ndjson.org/ or http://jsonlines.org/.

{
  "metadata": {
    "time": 123,
    "type": "a",
    "previous_time": 234
  },
  "value": "a_value"
}