soheilpro/catj

doesn't work if key doesnt have quotes

thomasInes opened this issue · 1 comments

As the title says

eg. will work with {"test":123} but not {test:123}

disclaimer: I only tried with standard input

{test:123} is not valid JSON.

All keys in JSON have to be wrapped in double quotes as specified in the spec.