hankhero / cl-json

Json encoder and decoder for Common-Lisp
Other
76 stars 39 forks source link

Add a way to force 'false' boolean output when encoding JSON #20

Closed kierangrant closed 1 year ago

kierangrant commented 7 years ago

Currently when using encoding to JSON, there isn't a way to force the output of the false boolean. Some applications test for a value of false, meaning the conversion to null is not always sufficient.

rpgoldman commented 1 year ago

Just curious -- why did you close this?

Also note that you might want to turn your attention to the sharplispers fork -- sharplispers is an organization of volunteers who adopt orphaned CL code.

kierangrant commented 1 year ago

oh... I did not realise there was a fork there... and I was going through my Git repos and saw this old pull request and saw nothing happened in a long while so that is why I closed it... I must have missed the message to me on the other repo.

When I can I'll look over that message and update.