Parse js object paths using both dot and bracket notation. Stringify an array of properties into a valid path.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
ObjectPath is a JavaScript utility library for parsing and constructing object property paths. It converts between string paths (using dot/bracket notation) and arrays of keys, with robust handling of special characters and customizable quoting. It's designed for developers working with dynamic object access, such as in ORMs, configuration tools, or any system needing reliable path manipulation.