pub unsafe extern "C" fn aws_json_value_new_object(
allocator: *mut aws_allocator
) -> *mut aws_json_value
Expand description
Creates a new object aws_json_value and returns a pointer to it.
Note: You will need to free the memory for the aws_json_value using aws_json_destroy on the aws_json_value or on the object/array containing the aws_json_value. Deleting this object will also destroy any aws_json_values it contains. @param allocator The allocator to use when creating the value @return A new object aws_json_value