Add compression example (#2623)

This commit is contained in:
Yann Simon
2024-08-09 20:29:41 +02:00
committed by GitHub
parent 179942d9cd
commit c52bf9ebba
6 changed files with 350 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"products": [
{
"id": 1,
"name": "Product 1"
},
{
"id": 2,
"name": "Product 2"
}
]
}
Binary file not shown.