Home:ALL Converter>mongodb how to change array position

mongodb how to change array position

Ask Time:2014-06-27T15:16:26         Author:user3658423

Json Formatter

I have a mongodb document which has an array. Is there a way to rearrange the order of array element?

Example - I have 10 elements in array and I need element in position 7 to be moved to position 2.

Is that possible?

Thanks

Author:user3658423,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24446082/mongodb-how-to-change-array-position
yy