Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created November 12, 2022 10:52
Show Gist options
  • Save Jiveloper/b6361615f33e03e4e5bb76a245ddfced to your computer and use it in GitHub Desktop.
Save Jiveloper/b6361615f33e03e4e5bb76a245ddfced to your computer and use it in GitHub Desktop.
ex
{
"products": [
{
"name": "셀레니움",
"price": 10000,
"seller": "Jiwon",
"imageUrl": "images/products/selenium.png"
},
{
"name": "앱피움",
"price": 20000,
"seller": "Jiwon",
"imageUrl": "images/products/appium.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment