mololab / json-translator

jsontt 💡 - FREE simple CLI to translate your json files into other languages ✅ Check Readme ✌

Home Page:https://mololab.org/jsontt/npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot convert undefined or null to object

Kamikoto-mono opened this issue · comments

Is it possible to add automatically ignoring null value?

Hey hello @Kamikoto-mono

Do you mean like this? :

{
  "name": null
}

or

{
  "name": undefined
}

{
"name": null
}

Hi @Kamikoto-mono

With version v1.4.2 and up, now it ignores null values 🌟.

Thank you for your feedback & suggestion.