maciejhirsz / json-rust

JSON implementation in Rust
Apache License 2.0
563 stars 63 forks source link

Update mod.rs #211

Open mu2019 opened 9 months ago

mu2019 commented 9 months ago

add array_insert method. Works on JsonValue::Array - insert an entry at index.will return error not on JsonValue::Array.