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
👋 Thanks for this project! It's almost exactly what I need. One request: could we have an option to remove '' and null properties too, please?
Context: I'm writing an templating engine that generates repository files such as JSON files. For specific files such as package.json, it's nice to remove empty values.
The text was updated successfully, but these errors were encountered:
@JoshuaKGoldberg That'd be awesome. I'm unfortunately pretty swamped so I'm not sure when I'll be able to to get to this but if you're up for adding a second optional argument to the library to facilitate this I'd happily pull it in.
👋 Thanks for this project! It's almost exactly what I need. One request: could we have an option to remove
''
andnull
properties too, please?Context: I'm writing an templating engine that generates repository files such as JSON files. For specific files such as
package.json
, it's nice to remove empty values.The text was updated successfully, but these errors were encountered: