sonali borikar

sonali borikar

  • NA
  • 95
  • 627

i have json file i want show the json data in list

Mar 13 2018 3:21 PM
i have json file i want show the json data in list and this data always be present in list i want to get this data via ajax and store in local JSON object. *There should be fab button on which if user clicks "Add Task" modal appears to add new task. *Fields necessary for a task to be entered are Username( dropdown - populate via static array,not null),Description(not null), and bucket point count(numeric, not null, 0
 
[
{
"values": {
"bucket": 0.5,
"taskName": "Done some work",
"userName": "Sam",
"taskCreateTimestamp": 1495534511750
}
},
{
"values": {
"bucket": 0.5,
"taskName": "Debugged some issues",
"userName": "Alley",
"taskCreateTimestamp": 1495534910750
}
}]
 

Answers (5)