tvix-serde 2x-encoding JSON strings?
#460
Opened by wpcarro at
I'm not sure this is working as expected:
let v: serde_json::Value = tvix_serde::from_str("\"hello\"").unwrap(); dbg!(v); // Expect: v = String("hello") // Actual: v = String("\"hello\"")
- wpcarro updated the body of this issue at 2026-05-27T16·05+00