android-reverse-engineering.../plugins/clone-app/tests/fixtures/itunes-sample.json

14 lines
285 B
JSON

{
"resultCount": 1,
"results": [
{
"trackName": "Example App",
"sellerName": "Example Studio",
"averageUserRating": 4.5,
"userRatingCount": 8421,
"formattedPrice": "Free",
"trackViewUrl": "https://apps.apple.com/app/id123456789"
}
]
}