json2html icon indicating copy to clipboard operation
json2html copied to clipboard

rendering issue

Open scherfnet opened this issue 5 years ago • 1 comments

This json is rendered incorrectly in v1.3.0 { "key10": { "key20": { "a": "a1", "b": "b1", "key30": [1, 2, 3, 4] } } }

The key30 sub-table is displayed before the b/b1 name/value

key10
key20
aa1
key30
  • 1
  • 2
  • 3
  • 4
bb1

Ironically, the online demo works correctly.

scherfnet avatar Nov 17 '19 22:11 scherfnet