On Thu, 10 Dec 2020, heliosroots wrote: > Hi, have some way to quickly access nested objects (TJSObject). We can create a class helper for that: TJSObjectHelper = Class helper for TJSObject Find(const aPath : String) : JSValue; FindObject(const aPath : String) : TJSObject; end; What do you think ? Michael.