deno.land / x / deno@v1.28.2 / ops / optimizer_tests / incompatible_1.rs

incompatible_1.rs
1
2
3
4
5
6
7
8
9
10
fn op_sync_serialize_object_with_numbers_as_keys( value: serde_json::Value,) -> Result<(), Error> { assert_eq!( value.to_string(), r#"{"lines":{"100":{"unit":"m"},"200":{"unit":"cm"}}}"# ); Ok(())}
deno

Version Info

Tagged at
a year ago