We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151182b commit 195010eCopy full SHA for 195010e
1 file changed
src/utils.rs
@@ -95,7 +95,7 @@ pub fn convert_params_to_json(params: &HashMap<i32, Value>) -> Vec<serde_json::V
95
96
Value::Real(f) => serde_json::json!({
97
"type": "float",
98
- "value": *f.to_string()
+ "value": f
99
}),
100
Value::Text(s) => serde_json::json!({
101
"type": "text",
0 commit comments