Guest User

Untitled

a guest
Apr 21st, 2018
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.77 KB | None | 0 0
  1. {
  2. "table": [
  3. { "CategoryID": 1, "CategoryName": "Beverages", "Description": "Coffees, teas" },
  4. { "CategoryID": 2, "CategoryName": "Condiments", "Description": "Sweet and savory sauces" },
  5. { "CategoryID": 3, "CategoryName": "Confections", "Description": "Desserts and candies" },
  6. { "CategoryID": 4, "CategoryName": "Cheeses", "Description": "Smetana, Quark and Cheddar Cheese" },
  7. { "CategoryID": 5, "CategoryName": "Grains/Cereals", "Description": "Breads, crackers, pasta, and cereal" },
  8. { "CategoryID": 6, "CategoryName": "Beverages", "Description": "Beers, and ales" },
  9. { "CategoryID": 7, "CategoryName": "Condiments", "Description": "Selishes, spreads, and seasonings" },
  10. { "CategoryID": 8, "CategoryName": "Confections", "Description": "Sweet breads" },
  11. { "CategoryID": 9, "CategoryName": "Cheeses", "Description": "Cheese Burger" },
  12. { "CategoryID": 10, "CategoryName": "Grains/Cereals", "Description": "Breads, crackers, pasta, and cereal" }
  13. ],
  14.  
  15. "book": [
  16. {"id": 1, "name": "Core Java"},
  17. {"id": 2, "name": "Angular 2"},
  18. {"id": 3, "name": "Hibernate"},
  19. {"id": 4, "name": "SPM"},
  20. {"id": 5, "name": "HTML"}
  21. ],
  22.  
  23. "borrower_assessment":{
  24. "head": [{"header":"Borrower-Assessment"}
  25. ],
  26. "formdata":[
  27. {"displayType": "text", "label": "CAM NO", "name" : "camNo","value" : "CAM300710150074" } ,
  28. {"displayType": "text", "label": "Sanction Date", "name" : "sanctionDate","value" : "15/03/2017" } ,
  29. {"displayType": "text", "label": "CAM Date","name" : "CAMDate","value" : "31/12/2016" },
  30. {"displayType": "text", "label": "Review Date", "name" : "ReviewDate","value" : "14/08/2017" } ,
  31. {"displayType": "text", "label": "Business Segment", "name" : "BusinessSegment" ,"value" : "3615" } ,
  32. {"displayType": "text", "label": "Proposal Segment", "name" : "ProposalSegment" ,"value" : "moving objects" } ,
  33. {"displayType": "text", "label": "Proposal Type", "name" : "ProposalType" ,"value" : "moving objects" } ,
  34. {"displayType": "text", "label": "Corporate Name", "name" : "CorporateName" ,"value" : "Web Service Client" } ,
  35. {"displayType": "text", "label": "Borrower Sub-segment", "name" : "BorrowerSubsegment" ,"value" : "3615" } ,
  36. {"displayType": "text", "label": "CAM Format", "name" : "CAMFormat" ,"value" : "1245" } ,
  37. {"displayType": "text", "label": "Scheme", "name" : "Scheme" ,"value" : "Akashaaa" } ,
  38. {"displayType": "text", "label": "Finacle Industry", "name" : "FinacleIndustry" ,"value" : "Infosys" } ,
  39. {"displayType": "text", "label": "Product", "name" : "Product" ,"value" : "moving objects" } ,
  40. {"displayType": "text", "label": "SCF Client Type", "name" : "SCFClientType" ,"value" : "Financial" } ,
  41. {"displayType": "text", "label": "Group", "name" : "Group" ,"value" : "moving objects" } ,
  42. {"displayType": "text", "label": "Co-Applicant Name", "name" : "CoApplicantName" ,"value" : "John" } ,
  43. {"displayType": "text", "label": "Rating Type", "name" : "RatingType" ,"value" : "Low" } ,
  44. {"displayType": "text", "label": "Rating Model", "name" : "RatingModel" ,"value" : "Sample Risk Rating Model" }
  45.  
  46.  
  47.  
  48. ]
  49. },
  50.  
  51. "tranche_Details": {
  52. "head": [
  53. {"header":" Tranche Details"}
  54. ],
  55. "thead": [{"tableheader":"Facility_Type"},
  56. {"tableheader":"Sanctioned_Amount"},
  57. {"tableheader":"Disbursement_Amount"},
  58. {"tableheader":"O/S Limit"},
  59. {"tableheader":"Disbursement_Date"},
  60. {"tableheader":"Tranche_Status"}
  61. ],
  62. "tbody":[
  63. {"Facility_Type":"Term Loan","Sanctioned_Amount":"1000000","Disbursement_Amount":"500000","O/S_Limit":"500000","Disbursement_Date":"","Tranche_Status":""},
  64. {"Facility_Type":"Working Capital","Sanctioned_Amount":"500000","Disbursement_Amount":"300000","O/S_Limit":"200000","Disbursement_Date":"","Tranche_Status":""},
  65. {"Facility_Type":"Tranche Record 1 - Total","Sanctioned_Amount":"1500000","Disbursement_Amount":"800000","O/S_Limit":"700000","Disbursement_Date":"9/30/2015","Tranche_Status":"Completed"},
  66. {"Facility_Type":"Term Loan","Sanctioned_Amount":"1000000","Disbursement_Amount":"500000","O/S_Limit":"700000","Disbursement_Date":"","Tranche_Status":""},
  67. {"Facility_Type":"Working Capital","Sanctioned_Amount":"500000","Disbursement_Amount":"300000","O/S_Limit":"200000","Disbursement_Date":"","Tranche_Status":""},
  68. {"Facility_Type":"Tranche Record 2 - Total","Sanctioned_Amount":"15000000","Disbursement_Amount":"800000","O/S_Limit":"700000","Disbursement_Date":"9/30/2015","Tranche_Status":"In-process"}
  69. ]
  70. },
  71.  
  72. "queries_Replies": {
  73. "head": [
  74. {"header":"Queries & Replies"}
  75. ],
  76. "thead": [{"tableheader":"Sr.No"},
  77. {"tableheader":"Section"},
  78. {"tableheader":"Risk Query"},
  79. {"tableheader":"CA Replies"},
  80. {"tableheader":"Action"}
  81.  
  82. ],
  83. "tbody":[
  84. {"Sr_No":"1","Section":"Exposure Details","Risk_Query":"","CA_Replies":"","Action":"Replied"},
  85. {"Sr_No":"2","Section":"Financial Analysis","Risk|_Query":"","CA_Replies":"","Action":"Pending With Credit Analyst"},
  86. {"Sr_No":"3","Section":"Borrower Business Details","Risk_Query":"","CA_Replies":"","Action":"Closed"}
  87.  
  88. ]
  89. },
  90.  
  91. "cam_data_list":
  92. {
  93. "groupdate":[{ "date": "14-08-2016"}],
  94. "schedule": [{
  95. "date": "14-08-2016",
  96. "time": "8:00 am",
  97. "name": "Nucsoft",
  98. "timeStart": "SEG2",
  99. "timeEnd": "Active",
  100. "location": "Standard",
  101. "StageType":"In Analysis",
  102. "tracks": ["abc"],
  103. "CAMNo":"A2547893225",
  104. "id": "1"
  105. }, {
  106. "time": "9:15 am",
  107. "name": "Infosys",
  108. "location": "Standard",
  109. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  110. "speakerNames": ["Ellie Elephant"],
  111. "timeStart": "SEG2",
  112. "timeEnd": "Active",
  113. "StageType":"In Analysis",
  114. "tracks": ["wsdfcomp"],
  115. "CAMNo":"B3434347893225",
  116. "id": "2"
  117. }, {
  118. "name": "CBC Comp",
  119. "location": "Standard",
  120. "StageType":"In Analysis",
  121. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  122. "speakerNames": ["Ted Turtle"],
  123. "timeStart": "SEG2",
  124. "timeEnd": "Deactive",
  125. "tracks": ["CBC"],
  126. "CAMNo":"C52227893225",
  127. "id": "3"
  128. }, {
  129. "name": "UTV Comp",
  130. "location": "Normal",
  131. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  132. "speakerNames": ["Rachel Rabbit"],
  133. "timeStart": "SEG1",
  134. "timeEnd": "10:00 am",
  135. "tracks": ["utvcomp"],
  136. "CAMNo":"D87967893225",
  137. "id": "4"
  138. }, {
  139. "time": "10:00 am",
  140.  
  141. "name": "CCC Comp",
  142. "location": "Standard",
  143. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  144. "speakerNames": ["Eva Eagle", "Lionel Lion"],
  145. "timeStart": "SEG3",
  146. "timeEnd": "10:15 am",
  147. "tracks": ["ccccomp"],
  148. "CAMNo":"D87967893225",
  149. "id": "5"
  150. }, {
  151. "name": "HDSK Comp",
  152. "location": "Normal",
  153. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  154. "speakerNames": ["Rachel Rabbit"],
  155. "timeStart": "SEG1",
  156. "timeEnd": "10:30 am",
  157. "tracks": ["hdskcomp"],
  158. "CAMNo":"D87967893225",
  159. "id": "6"
  160. }, {
  161. "name": "DFH Comp",
  162. "location": "Normal",
  163. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  164. "speakerNames": ["Isabella Iguana", "Eva Eagle"],
  165. "timeStart": "SEG2",
  166. "timeEnd": "10:30 am",
  167. "tracks": ["dfhcomp"],
  168. "CAMNo":"D87967893225",
  169. "id": "7"
  170. }, {
  171. "name": "SBS Comp",
  172. "location": "Standard",
  173. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  174. "speakerNames": ["Charlie Cheetah"],
  175. "timeStart": "10:45 am",
  176. "timeEnd": "11:00 am",
  177. "tracks": ["sbscomp"],
  178. "CAMNo":"D87967893225",
  179. "id": "8"
  180. }, {
  181. "time": "11:00 am",
  182.  
  183. "name": "ABC Comp",
  184. "location": "Standard",
  185. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  186. "speakerNames": ["Karl Kitten", "Lionel Lion"],
  187. "timeStart": "11:00 am",
  188. "timeEnd": "11:45 am",
  189. "tracks": ["abc"],
  190. "id": "9"
  191. }, {
  192. "name": "SBC Comp",
  193. "location": "Normal",
  194. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  195. "speakerNames": ["Lionel Lion", "Gino Giraffe"],
  196. "timeStart": "11:30 am",
  197. "timeEnd": "11:50 am",
  198. "tracks": ["sbccomp"],
  199. "id": "10"
  200. }, {
  201. "name": "UTV Comp",
  202. "location": "Standard",
  203. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  204. "speakerNames": ["Rachel Rabbit", "Eva Eagle"],
  205. "timeStart": "11:30 am",
  206. "timeEnd": "12:00 pm",
  207. "tracks": ["utvcomp"],
  208. "id": "11"
  209. }, {
  210. "time": "12:00 pm",
  211.  
  212. "name": "CBC Comp",
  213. "location": "Normal",
  214. "description": "Come grab lunch with all the Ionic fanatics and talk all things Ionic",
  215. "timeStart": "12:00 pm",
  216. "timeEnd": "1:00 pm",
  217. "tracks": ["cbc"],
  218. "id": "12"
  219. }, {
  220. "time": "1:00 pm",
  221.  
  222. "name": "DFH Comp",
  223. "location": "Standard",
  224. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  225. "speakerNames": ["Paul Puppy"],
  226. "timeStart": "1:00 pm",
  227. "timeEnd": "1:15 pm",
  228. "tracks": ["dfhcomp"],
  229. "id": "13"
  230. }, {
  231. "name": "DFH Comp",
  232. "location": "Room 2201",
  233. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  234. "speakerNames": ["Gino Giraffe"],
  235. "timeStart": "1:15 pm",
  236. "timeEnd": "1:30 pm",
  237. "tracks": ["dfhcomp"],
  238. "id": "14"
  239. }, {
  240. "name": "WSDF Comp",
  241. "location": "Room 2203",
  242. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  243. "speakerNames": ["Molly Mouse", "Burt Bear"],
  244. "timeStart": "1:30 pm",
  245. "timeEnd": "2:00 pm",
  246. "tracks": ["wsdfcomp"],
  247. "id": "15"
  248. }, {
  249. "time": "2:00 pm",
  250. "name": "SBS Comp",
  251. "location": "Room 2202",
  252. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  253. "speakerNames": ["Burt Bear", "Charlie Cheetah"],
  254. "timeStart": "2:00 pm",
  255. "timeEnd": "2:30 pm",
  256. "tracks": ["sbscomp"],
  257. "id": "16"
  258. }, {
  259. "name": "WSDF Comp",
  260. "location": "Room 2202",
  261. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  262. "speakerNames": ["Donald Duck"],
  263. "timeStart": "2:30 pm",
  264. "timeEnd": "2:45 pm",
  265. "tracks": ["wsdfcomp"],
  266. "id": "17"
  267. }, {
  268. "name": "ABC Comp",
  269. "location": "Room 2203",
  270. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  271. "speakerNames": ["Isabella Iguana", "Ellie Elephant"],
  272. "timeStart": "2:45 pm",
  273. "timeEnd": "3:00 pm",
  274. "tracks": ["abc"],
  275. "id": "18"
  276. }, {
  277. "time": "3:00",
  278. "name": "UTV Comp",
  279. "location": "Room 2201",
  280. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  281. "speakerNames": ["Ted Turtle"],
  282. "timeStart": "3:00 pm",
  283. "timeEnd": "3:30 pm",
  284. "tracks": ["utvcomp"],
  285. "id": "19"
  286. }, {
  287. "name": "CCC Comp",
  288. "location": "Room 2202",
  289. "description": "Mobile devices and browsers are now advanced enough that developers can build native-quality mobile apps using open web technologies like HTML5, Javascript, and CSS. In this talk, we’ll provide background on why and how we created Ionic, the design decisions made as we integrated Ionic with Angular, and the performance considerations for mobile platforms that our team had to overcome. We’ll also review new and upcoming Ionic features, and talk about the hidden powers and benefits of combining mobile app development and Angular.",
  290. "speakerNames": ["Rachel Rabbit"],
  291. "timeStart": "3:30 pm",
  292. "timeEnd": "3:45 pm",
  293. "tracks": ["ccccomp"],
  294. "id": "20"
  295. }],
  296.  
  297.  
  298. "speakers": [{
  299. "name": "Burt Bear",
  300. "profilePic": "assets/img/speakers/bear.jpg",
  301. "twitter": "ionicframework",
  302. "about": "Burt is a Bear.",
  303. "location": "Everywhere",
  304. "email": "burt@example.com",
  305. "phone": "+1-541-754-3010",
  306. "id": "1"
  307. }, {
  308. "name": "Charlie Cheetah",
  309. "profilePic": "assets/img/speakers/cheetah.jpg",
  310. "twitter": "ionicframework",
  311. "about": "Charlie is a Cheetah.",
  312. "location": "Everywhere",
  313. "email": "charlie@example.com",
  314. "phone": "+1-541-754-3010",
  315. "id": "2"
  316. }, {
  317. "name": "Donald Duck",
  318. "profilePic": "assets/img/speakers/duck.jpg",
  319. "twitter": "ionicframework",
  320. "about": "Donald is a Duck.",
  321. "location": "Everywhere",
  322. "email": "donald@example.com",
  323. "phone": "+1-541-754-3010",
  324. "id": "3"
  325. }, {
  326. "name": "Eva Eagle",
  327. "profilePic": "assets/img/speakers/eagle.jpg",
  328. "twitter": "ionicframework",
  329. "about": "Eva is an Eagle.",
  330. "location": "Everywhere",
  331. "email": "eva@example.com",
  332. "phone": "+1-541-754-3010",
  333. "id": "4"
  334. }, {
  335. "name": "Ellie Elephant",
  336. "profilePic": "assets/img/speakers/elephant.jpg",
  337. "twitter": "ionicframework",
  338. "about": "Ellie is an Elephant.",
  339. "location": "Everywhere",
  340. "email": "ellie@example.com",
  341. "phone": "+1-541-754-3010",
  342. "id": "5"
  343. }, {
  344. "name": "Gino Giraffe",
  345. "profilePic": "assets/img/speakers/giraffe.jpg",
  346. "twitter": "ionicframework",
  347. "about": "Gino is a Giraffe.",
  348. "location": "Everywhere",
  349. "email": "gino@example.com",
  350. "phone": "+1-541-754-3010",
  351. "id": "6"
  352. }, {
  353. "name": "Isabella Iguana",
  354. "profilePic": "assets/img/speakers/iguana.jpg",
  355. "twitter": "ionicframework",
  356. "about": "Isabella is an Iguana.",
  357. "location": "Everywhere",
  358. "email": "isabella@example.com",
  359. "phone": "+1-541-754-3010",
  360. "id": "7"
  361. }, {
  362. "name": "Karl Kitten",
  363. "profilePic": "assets/img/speakers/kitten.jpg",
  364. "twitter": "ionicframework",
  365. "about": "Karl is a Kitten.",
  366. "location": "Everywhere",
  367. "email": "karl@example.com",
  368. "phone": "+1-541-754-3010",
  369. "id": "8"
  370. }, {
  371. "name": "Lionel Lion",
  372. "profilePic": "assets/img/speakers/lion.jpg",
  373. "twitter": "ionicframework",
  374. "about": "Lionel is a Lion.",
  375. "location": "Everywhere",
  376. "email": "lionel@example.com",
  377. "phone": "+1-541-754-3010",
  378. "id": "9"
  379. }, {
  380. "name": "Molly Mouse",
  381. "profilePic": "assets/img/speakers/mouse.jpg",
  382. "twitter": "ionicframework",
  383. "about": "Molly is a Mouse.",
  384. "location": "Everywhere",
  385. "email": "molly@example.com",
  386. "phone": "+1-541-754-3010",
  387. "id": "10"
  388. }, {
  389. "name": "Paul Puppy",
  390. "profilePic": "assets/img/speakers/puppy.jpg",
  391. "twitter": "ionicframework",
  392. "about": "Paul is a Puppy.",
  393. "location": "Everywhere",
  394. "email": "paul@example.com",
  395. "phone": "+1-541-754-3010",
  396. "id": "11"
  397. }, {
  398. "name": "Rachel Rabbit",
  399. "profilePic": "assets/img/speakers/rabbit.jpg",
  400. "twitter": "ionicframework",
  401. "about": "Rachel is a Rabbit.",
  402. "location": "Everywhere",
  403. "email": "rachel@example.com",
  404. "phone": "+1-541-754-3010",
  405. "id": "12"
  406. }, {
  407. "name": "Ted Turtle",
  408. "profilePic": "assets/img/speakers/turtle.jpg",
  409. "twitter": "ionicframework",
  410. "about": "Ted is a Turtle.",
  411. "location": "Everywhere",
  412. "email": "ted@example.com",
  413. "phone": "+1-541-754-3010",
  414. "id": "13"
  415. }],
  416.  
  417.  
  418. "map": [{
  419. "name": "Monona Terrace Convention Center",
  420. "lat": 43.071584,
  421. "lng": -89.380120,
  422. "center": true
  423. }, {
  424. "name": "Ionic HQ",
  425. "lat": 43.074395,
  426. "lng": -89.381056
  427. }, {
  428. "name": "Afterparty - Brocach Irish Pub",
  429. "lat": 43.07336,
  430. "lng": -89.38335
  431. }]
  432.  
  433. }
  434.  
  435. }
Add Comment
Please, Sign In to add comment