emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

How to handle json response that's not organized in key value form. #146

Open vi3k6i5 opened 9 years ago

vi3k6i5 commented 9 years ago

Say if my response is like this. How should i handle that ? Response: { "suggestions": [ "abc", "abd", "abe" ], "success": true } Thanks, PS: didn't knew where to ask this question so raised an issue. Please don't mind.