Start with only adding to Rust and then we'll expose to other languages in a future PR.
Add a method that accepts 2 JSON objects and deep merges creating a new one.
Add a method that accepts 2 JSON objects and deep merges into the first, modifying it and return it.
Add a method to accept a vector of JSON objects and deep merge them into a new one.
Start with only adding to Rust and then we'll expose to other languages in a future PR.
Add a method that accepts 2 JSON objects and deep merges creating a new one.
Add a method that accepts 2 JSON objects and deep merges into the first, modifying it and return it.
Add a method to accept a vector of JSON objects and deep merge them into a new one.