add comments in json code example
Example 1: comments in json
JSON does not support comments.
/* CSS/PHP/JS/SQL
Multiple Lines
\*
#Python
'''Python
Multiple Lines'''
Example 2: how to add an ident in html
.tab { text-indent:40px }
Example 3: how to comments in json file
{
"_comment": "comment text goes here...",
"name": "your-app-name",
...
}
Example 4: code to add horizonatl line in xml
<View
android:layout_width="2dp"
android:layout_height="match_parent"
android:layout_marginTop="4dp"
android:background="@android:color/darker_gray" />