TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
siva nathan
944
828
231.3k
Convert string of array to separate column json format
Jan 13 2021 12:11 PM
Hi all,
I have a string array like below
["ft", "sample", "data", "qwerty", "asdf", "test", "test1", "ewewe", "euro", "euro1", "euro2", "euro3", "euro4", "euro5"]
need
convert dynamically
into json like below if columns added json format also change
"ft": {
title: 'FT'
},
"sample": {
title: 'Sample'
},
"data": {
title: 'Data'
},
"qwerty": {
title: 'QWERTY'
}
how can i achieve this dynamically
Reply
Answers (
3
)
Regarding angular-mydatepicker selected date
How to bind string value in angular datepicker inputbox?