You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful to have the following options added to the parse() function:
skipEmptyString
skipNull
Currently, I'm having to parse() to maintain the original array structure, then stringify() to skip the empty/null values, and then parse() once more to return it to the array structure.
I think having those options available to parse() would be a great addition and allow for a more simplified approach to what I'm trying to achieve.
The text was updated successfully, but these errors were encountered:
It would be very useful to have the following options added to the parse() function:
Currently, I'm having to parse() to maintain the original array structure, then stringify() to skip the empty/null values, and then parse() once more to return it to the array structure.
I think having those options available to parse() would be a great addition and allow for a more simplified approach to what I'm trying to achieve.
The text was updated successfully, but these errors were encountered: