Skip to content

Commit 1dfcfd7

Browse files
Added json file example
1 parent 2e60350 commit 1dfcfd7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"Name": "Jose Luis",
3+
"Channel": "ParametricCamp",
4+
"Active": true,
5+
"Age": 3,
6+
"Members": [
7+
"Richard",
8+
"Tim",
9+
"Victor",
10+
"Chandra",
11+
"Andres",
12+
"Nicholas"
13+
]
14+
}

0 commit comments

Comments
 (0)