0
json_object_new_string- Create a new string json object
Posted by Joys of Programming on in json-c
json_object_new_string is used to create a new string json object. The syntax of the function is Specify the string as the argument and it returns a pointer to the json object The following program shows the usage of the function The output of the program is something like this