How to create a plist array's item using node.js or any javascript code ..
I have a function that reads json and converted it to plist,
My output is like:
How can I have it as:
How to create a plist array's item using node.js or any javascript code .. I have a function that reads json and converted it to plist, My output is like: How can I have it as: |
|||||
|
You have to create an entry for each element in
(instead of |
|||||
|