Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 224 Bytes

File metadata and controls

6 lines (4 loc) · 224 Bytes

feat(basic): add dict utilities and list/json helpers

Add dict helpers for deep get/set, merge, key selection/rename, and pop/delete with dynamic key value options.

Add json_dump plus list flatten/unique nodes with tests.