Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rendering issue #46

Open
scherfnet opened this issue Nov 17, 2019 · 1 comment
Open

rendering issue #46

scherfnet opened this issue Nov 17, 2019 · 1 comment

Comments

@scherfnet
Copy link

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.

@FliesLikeABrick
Copy link

What is your expected behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants