Skip to content

Preview release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ashb ashb released this 26 May 14:59
· 35 commits to master since this release

A very simple preview build. It currently operates on a fixed input (shown below) and you can't refer to previous results.

screen shot 2016-05-26 at 16 00 33

{
  "simple": 123,
  "nested": {
    "a": [
      1,
      2,
      "a"
    ],
    "b": true,
    "c": null
  },
  "non_printable": "🇬🇧"
}