Is there a way to display a JSON file as an accordion in a web browser?

时间:2018-07-24 10:13:01

标签: json angular web accordion

I need to make a user friendly accordion structure displaying the contents of certain JSON file tags in an accordion menu, but I'm not sure where to start doing this? Is there a way for me to use Angular to achieve this? (I'm new to Angular so I don't fully know what it's capable of)

{"name" : "addition",
"inputs" : "2 integer numbers", 
"outputs" :"sum of two numbers", 
"link" : "xyz.com", 
"date" : "24-10-2005} 

I want to display only name, inputs and outputs

0 个答案:

没有答案