@jsonFile - Load JSON Data
Syntax
@jsonFile(filePath)Description
Example
{
"site": "Ahmed Engine",
"year": 2025
}@jsonFile("data.json")
<h1>@site</h1>
<p>© @year All rights reserved.</p>Expected Output
Notes
Last updated