Closed maxkoshevoi closed 4 years ago
For example, add null as a value if there is none.
null
{ "key": } -> { "key": null }
{ "key": }
{ "key": null }
Sooo, this won't be implemented?
Sorry, I don't know why GitHub didn't add a comment from my commit. This is now fixed. :) Thanks for reporting the issue.
That's awesome, thank you!
For example, add
null
as a value if there is none.{ "key": }
->{ "key": null }