stringinject icon indicating copy to clipboard operation
stringinject copied to clipboard

Added support for nested properties in an object

Open Ahmad44452 opened this issue 9 months ago • 0 comments

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"

Ahmad44452 avatar May 16 '24 12:05 Ahmad44452