Skip to content

Instantly share code, notes, and snippets.

@fakela
Created July 15, 2023 01:36
Show Gist options
  • Save fakela/bc0997840395c94161ab1a79b68d5d47 to your computer and use it in GitHub Desktop.
Save fakela/bc0997840395c94161ab1a79b68d5d47 to your computer and use it in GitHub Desktop.
Demo example for marketing agency
[
{
"name": "John",
"age": 35,
"gender": "Male",
"feedback": "Great experience with the product. The customer support was helpful and responsive.",
"rating": 4
},
{
"name": "Sarah",
"age": 28,
"gender": "Female",
"feedback": "The product didn't meet my expectations. It lacked some important features.",
"rating": 2
},
{
"name": "Michael",
"age": 42,
"gender": "Male",
"feedback": "I am highly satisfied with the product. It exceeded my expectations.",
"rating": 5
},
{
"name": "Emily",
"age": 31,
"gender": "Female",
"feedback": "Average experience. The product could use some improvements.",
"rating": 3
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment