I want one JSonArray as the output.I want json strings to be added in that array. I am using json-glib and C++ for this. I have damn searched a lot on Google but all in vain. I want something like this:
[ {"id": "i_am_id", "client":"i_am_C" ,"tag": [{"one": "value", "two": "value"}] } ,{} ,{} ]
"tag" is a jsonarray of strings as written. I want a jsonarray of many json like this in which there are fields like string, int, jsonarrays. Please help me with this.
I'm not using json-glib,
I couldn't test this code,
and I omitted the part to release the
builder
s,but I hope this helps you: