Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 453 Bytes

File metadata and controls

3 lines (2 loc) · 453 Bytes

I was wondering about commenting in JSON, and it turns out to be handled differently from most programming languages that I am aware of: essentially, anything inside a JSON blob is part of its data structure, though conventions within communities or workflows can of course agree on ignoring certain elements of the data structure.

Some more details in this post.