Home » JSON Comments

JSON Comments

by Online Tutorials Library

JSON Comments

JSON doesn’t support comments. It is not a standard.

But you can do some tricks such as adding extra attribute for comment in JSON object, for example:

Here, “comments” attribute can be treated as comment.


Next TopicJSON compare

You may also like