-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be29378
commit f386a00
Showing
3 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
{ | ||
"rev1": { | ||
"key":1, | ||
"im": "/person.png", | ||
"name": "joshua", | ||
"name": "John Doe", | ||
"position": "marketing", | ||
"text": "Hello this is johua" | ||
"text": "Hello this is John Doe" | ||
}, | ||
"rev2": { | ||
"key":2, | ||
"im": "/person.png", | ||
"name": "joshua sam", | ||
"name": "Foo", | ||
"position": "marketing", | ||
"text": "Hello this is johua" | ||
"text": "Hello this is foo" | ||
}, | ||
"rev3": { | ||
"key":3, | ||
"im": "/person.png", | ||
"name": "joshua singh", | ||
"name": "Bar", | ||
"position": "marketing", | ||
"text": "Hello this is johua" | ||
"text": "Hello this is Bar" | ||
}, | ||
"rev4": { | ||
"key":4, | ||
"im": "/person.png", | ||
"name": "joshua jodd", | ||
"name": "NextJs", | ||
"position": "marketing", | ||
"text": "Hello this is johua" | ||
"text": "Hello this is NexTJs" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters