0
json_object_new_double- Create a new double json object
Posted by Joys of Programming on in json-c
json_object_new_double is used to create a new double json object. The syntax of the function is Specify the double 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