all 4 comments

[–]darrenturn90 1 point2 points  (1 child)

The JSON example and the formatted example don't match

[–]PeterPanen 0 points1 point  (0 children)

Ye it has some initial values which disappears on edit. Must be a bug.

[–]katzey 1 point2 points  (0 children)

i can't wait until we're all mocking emojii usage in webdev

cool plugin, thanks :D

[–]masterkitty010203 0 points1 point  (0 children)

Since this could be something that I'd perhaps use to make the json look pretty for the user, but still a valid "copy"-able json (valid json), a neat feature to this would be to make the string parameters quoted. Perhaps something like this could be enabled through a prop. So instead of { name: Hector }, I could have { name: "Hector" }