KINGKabir👑Original post
Web Developer
which attribute to choose for storing array of objects.
Summary
To store an array of objects, developers can either stringify the object and store it as a string, or split the array items and store them as an array. The choice of attribute depends on the specific requirements of the project.