NeverTooOldToLe
8 years agoNew Contributor III
Extract object from array
I’ve got an array with one object in it, similar to this:
[ { “property” : “value” } ]
I’d like to remove it from the array and be left with an object:
{ “property” : “value” }
I’ve been play...
- 11 months ago
pranjbhatt - please refer to this other thread where I posted an answer that I believe will solve this for you.
Hope this helps!