mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
17 lines
788 B
JSON
17 lines
788 B
JSON
{
|
|
"values": [
|
|
{ "type": "Nail polish", "country": "China", "value": 3054 },
|
|
{ "type": "Nail polish", "country": "USA", "value": 12814 },
|
|
{ "type": "Eyebrow pencil", "country": "China", "value": 5067 },
|
|
{ "type": "Eyebrow pencil", "country": "USA", "value": 13012 },
|
|
{ "type": "Rouge", "country": "China", "value": 7004 },
|
|
{ "type": "Rouge", "country": "USA", "value": 11624 },
|
|
{ "type": "Lipstick", "country": "China", "value": 9054 },
|
|
{ "type": "Lipstick", "country": "USA", "value": 8814 },
|
|
{ "type": "Eyeshadows", "country": "China", "value": 12043 },
|
|
{ "type": "Eyeshadows", "country": "USA", "value": 12998 },
|
|
{ "type": "Eyeliner", "country": "China", "value": 15067 },
|
|
{ "type": "Eyeliner", "country": "USA", "value": 12321 }
|
|
]
|
|
}
|