Skip to content

Refactor array handling to use Rc<RefCell<Vec<Value>>> to gain O(1) read and write#7

Merged
shubhiscoding merged 2 commits intomainfrom
fix/nested-arrays
Mar 29, 2026
Merged

Refactor array handling to use Rc<RefCell<Vec<Value>>> to gain O(1) read and write#7
shubhiscoding merged 2 commits intomainfrom
fix/nested-arrays