xexyl / jparse

JSON parser, library and tools written in C
3 stars 3 forks source link

improve jstrdecode -N #22

Closed lcn2 closed 1 month ago

lcn2 commented 1 month ago

We improve jstrdecode -N by ignoring all newlines in data.

Sequenced exit codes in json_parse.c.

Changed JSTRDECODE_VERSION from "1.2.2 2024-10-10" to "1.2.3 2024-10-10".

Performed make release to test the above under macOS.

xexyl commented 1 month ago

Thanks! Just waiting for the checks to complete (even though I'm sure they're fine).

xexyl commented 1 month ago

I just removed two unused args. Would you please sync these to mkiocccentry ? Thanks.

lcn2 commented 1 month ago

I just removed two unused args. Would you please sync these to mkiocccentry ? Thanks.

Will do.

xexyl commented 1 month ago

I just removed two unused args. Would you please sync these to mkiocccentry ? Thanks.

Will do.

Thanks!