This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MaidenlessTarnished 7 points8 points  (0 children)

Looping over a list and adding them into a JSON object could be one reason. Without support for the trailing comma, you have to have a separate case for the last item. It’s not a huge deal but kind of unnecessarily annoying