stringinject
stringinject copied to clipboard
Added support for nested properties in an object
Added the functionality to inject nested properties from an object. For example, for an object {platform: { username: "Ahmad" } } and the string "My name is {platform.username}" the output will be "My name is Ahmad"