forkachild / C-Simple-JSON-Parser

Extremely lightweight, easy-to-use & blazing fast JSON parsing library written in pure C
https://forkachild.github.io/C-Simple-JSON-Parser/
MIT License
45 stars 16 forks source link

Value numbers #3

Closed Rokscript08 closed 2 years ago

Rokscript08 commented 3 years ago

Hey, First of all, love your coding!! I just found one issue, what happens when the value is a (float/double/int) number instead of a string. If you fix it please let me know.

Thanks for your work.

forkachild commented 3 years ago

Hi,

Thanks for appreciating my work and also for pointing out the issue. I will fix it soon and let you know.

On Wed, 28 Oct, 2020, 04:27 Nicolás Aguayo Salas, notifications@github.com wrote:

Hey, First of all, love your coding!! I just found one issue, what happens when the value is a (float/double/int) number instead of a string. If you fix it please let me know.

Thanks for your work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/forkachild/C-Simple-JSON-Parser/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5VOPUOADF5PJUW6OF5ZSDSM5F5FANCNFSM4TBQW32A .

ajita-01 commented 2 years ago

Hey,

Thanks for the great code and work. I was curious to know if this issue with value as numbers has been solved. One more question can I use, edit code and reuse it anywhere. I could not find any liscense agreement as such. Huge thanks in advance

forkachild commented 2 years ago

Hi,

I'm really sorry for not being able to dedicate time to this, it hasn't been fixed yet. There is no license agreement, feel free to do anything you want with this. If possible can you fix the issue and create a PR?