Skip to content

Instantly share code, notes, and snippets.

@matheusps
Last active August 18, 2023 19:21
Show Gist options
  • Select an option

  • Save matheusps/bdd48466d982156bfdd7a3f7607aaba9 to your computer and use it in GitHub Desktop.

Select an option

Save matheusps/bdd48466d982156bfdd7a3f7607aaba9 to your computer and use it in GitHub Desktop.
products
{
"products":[
{
"name":"Macbook Pro",
"price":18000
},
{
"name":"Iphone",
"price":200
},
{
"name":"Macbook Air",
"price":3000
},
{
"name":"Apple Watch",
"price":4500
},
{
"name":"AirTag",
"price":750
},
{
"name":"AirPods",
"price":386
},
{
"name":"Mac mini",
"price":2000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment