pub fn cl_value_to_json(cl_value: &CLValue) -> Option<Value>
Converts a CLValue to a JSON Value.
cl_value
A JSON Value representing the CLValue data.