summaryrefslogtreecommitdiffstats
path: root/sca-cpp/branches/lightweight-sca/samples/store-python/htdocs/test/items-result.txt
blob: d6aaf4d44a36a8c13b5bcbce358c3a0b31715652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
 "id": 1,
 "result": [
  {
   "name": "Mango",
   "currencyCode": "USD",
   "currencySymbol": "$",
   "price": 2.99
  },
  {
   "name": "Passion",
   "currencyCode": "USD",
   "currencySymbol": "$",
   "price": 3.55
  },
  {
   "name": "Kiwi",
   "currencyCode": "USD",
   "currencySymbol": "$",
   "price": 1.55
  }
 ]
}