RyanMarcus / dirty-json

A parser for invalid JSON
GNU Affero General Public License v3.0
307 stars 30 forks source link

Handle empty values #30

Closed maxkoshevoi closed 4 years ago

maxkoshevoi commented 4 years ago

For example, add null as a value if there is none.

{ "key": } -> { "key": null }

maxkoshevoi commented 4 years ago

Sooo, this won't be implemented?

RyanMarcus commented 4 years ago

Sorry, I don't know why GitHub didn't add a comment from my commit. This is now fixed. :) Thanks for reporting the issue.

maxkoshevoi commented 4 years ago

That's awesome, thank you!