Last change
on this file since 25 was 25, checked in by bart, 4 years ago |
Fixed memory leak. MOPAC2. removed jcenter build dependencies
|
File size:
368 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "japantrip",
|
---|
3 | "issuesValues": {
|
---|
4 | "place": {
|
---|
5 | "values": [
|
---|
6 | "Tokyo",
|
---|
7 | "Osaka",
|
---|
8 | "Negoya",
|
---|
9 | "Hokkaido"
|
---|
10 | ]
|
---|
11 | },
|
---|
12 | "budget": {
|
---|
13 | "range": [
|
---|
14 | 900,
|
---|
15 | 1800,
|
---|
16 | 300
|
---|
17 | ]
|
---|
18 | },
|
---|
19 | "days": {
|
---|
20 | "values": [
|
---|
21 | "3",
|
---|
22 | "4",
|
---|
23 | "5",
|
---|
24 | "6"
|
---|
25 | ]
|
---|
26 | },
|
---|
27 | "purpose": {
|
---|
28 | "values": [
|
---|
29 | "Sightseeing",
|
---|
30 | "Activity",
|
---|
31 | "Shopping"
|
---|
32 | ]
|
---|
33 | }
|
---|
34 | }
|
---|
35 | }
|
---|
36 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.