Closed svetlyak40wt closed 5 years ago
Right now workaround is wrapping second value with format
call to make another string instance:
CL-USER> (let ((user "bob")) (to-json (list :a user :b (format nil "~A" user))))
"{\"A\":\"bob\",\"B\":\"bob\"}"
Does somebody have ideas how to fix it?
Guys?
I will take a look at this issue in the next week or two. :octocat:
Great! Thank you!
Hi Rudolph. Are there any news here?
Rudolph, if you don't have time for this issue, please, tell me and may I'll try to solve it myself and will send a pull.
This issues was closed half year before by pull https://github.com/Rudolph-Miller/jonathan/pull/56
Thanks to https://12forks.com MVP for pointing to this stale issue!
Expected result is: