When you delete a field that is not the last one, the array is converted into an object. For example, if I do not delete input, the string has the following form {"",""}{"",""}, but when I delete it, it turns into 0{"",""}1{"",""}. How do I get rid of the indexes ?
When you delete a field that is not the last one, the array is converted into an object. For example, if I do not delete input, the string has the following form {"",""}{"",""}, but when I delete it, it turns into 0{"",""}1{"",""}. How do I get rid of the indexes ?