Angularjs - create breadcrumb from json object

Angularjs - create breadcrumb from json object



i have some json response , i need create breadcrumb from json object



my json code :


["id":2,"title":"public","size":null,"mime_type":"folder","deleted":0,"parent_id":0,"data_count":1,"created_at":"2018-07-19 [ 01:22 PM ]","updated_at":"2018-07-19 [ 01:22 PM ]","data":["id":10,"title":"index.html","mime_type":"html","size":null,"deleted":0,"parent_id":2,"created_at":"2018-08-26 [ 04:48 PM ]","updated_at":"2018-08-26 [ 04:48 PM ]"],"id":1,"title":"users","size":null,"mime_type":"folder","deleted":0,"parent_id":0,"data_count":3,"created_at":"2018-07-19 [ 01:22 PM ]","updated_at":"2018-07-19 [ 01:22 PM ]","data":["id":3,"title":"abdo.jpg","mime_type":"jpg","size":null,"deleted":0,"parent_id":1,"created_at":"2018-07-19 [ 05:37 PM ]","updated_at":"2018-07-19 [ 05:37 PM ]","id":4,"title":"file-text.txt","mime_type":"txt","size":null,"deleted":0,"parent_id":1,"created_at":"2018-08-16 [ 05:54 PM ]","updated_at":"2018-08-16 [ 05:54 PM ]","id":5,"data_count":3,"title":"test folder","mime_type":"folder","size":null,"deleted":0,"parent_id":1,"created_at":"2018-08-16 [ 06:16 PM ]","updated_at":"2018-08-16 [ 06:16 PM ]","data":["id":6,"title":"test-file-2.txt","mime_type":"txt","size":null,"deleted":0,"parent_id":5,"created_at":"2018-08-16 [ 06:16 PM ]","updated_at":"2018-08-16 [ 06:16 PM ]","id":7,"data_count":1,"title":"sub folder 2","mime_type":"folder","size":null,"deleted":0,"parent_id":5,"created_at":"2018-08-16 [ 10:29 PM ]","updated_at":"2018-08-16 [ 10:29 PM ]","data":["id":8,"title":"sub-file-2.txt","mime_type":"txt","size":null,"deleted":0,"parent_id":7,"created_at":"2018-08-16 [ 10:30 PM ]","updated_at":"2018-08-16 [ 10:30 PM ]"],"id":9,"title":"doc-test.pdf","mime_type":"pdf","size":null,"deleted":0,"parent_id":5,"created_at":"2018-08-16 [ 10:54 PM ]","updated_at":"2018-08-16 [ 10:54 PM ]"]]]





Hi.. How do you want output for creating breadcrumb. Tell us the format.
– biswajit-rout
Aug 26 at 16:12





thank's for your comment , i found solution to create it :)
– Abdo-Host
Aug 26 at 16:41









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.