serde-wasm-bindgen icon indicating copy to clipboard operation
serde-wasm-bindgen copied to clipboard

fix: round-trip properly serde_json::Value

Open Ekleog opened this issue 5 months ago • 0 comments

The case that led to me looking into this, is trying to round-trip through serde_wasm_bindgen a serde_json::Value that is a simple map.

I also added a test for round-tripping an array, but it looks like that test just passed without any changes.

Ekleog avatar Feb 20 '24 05:02 Ekleog