I want to extract strings from a JSON that doesn't have the key descriptor in front of the values but where the values are simply separated by a '|'.
This is an example of the kind of input I have:
{"data":["this|is|an|","example|thank|","you|very|much|"]}
Note that on the documentation, the Jansson fuctions that i find helpful always have a key as argument (but my array only have strings without a key). If someone could help i will be very thankful.