akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 809 forks source link

Add json_strtok() #564

Closed oliv3 closed 3 years ago

oliv3 commented 3 years ago

Hi,

First of all, many thanks for this wonderful library ! Would you be interested in a json_strtok() function ? If so, I can add documentation and tests.

Best regards,

oliv3 commented 3 years ago

@ploxiln Any idea why the fuzz test fails ?

ploxiln commented 3 years ago

That's a mis-configuration of the fuzz test, not your fault. (Your branch name doesn't exist on this remote, but there's a different way you can refer to a numbered virtual branch github makes for each PR...)

Step 2/4 : RUN git clone --depth 1 -b json_strtok https://github.com/akheron/jansson.git /src/jansson
 ---> Running in c1d3bf576168
Cloning into '/src/jansson'...
warning: Could not find remote branch json_strtok to clone.
fatal: Remote branch json_strtok not found in upstream origin
akheron commented 3 years ago

Hi, and thanks for the PR. Unfortunately I’m with @ploxiln here and think this is out of scope of Jansson.