I want to add a JSON code block in my README.md
and the code block needs to be loaded from the repo file.
E.g, is it possible to do the following?
```json
<<load data from res/data.json>>
```
where res/data.json
is a file in the same repo? I know it is possible to have a hyperlink, but I want the JSON data to appear there directly without clicking on the hyperlink.