Files
2024-12-24 10:33:18 +01:00

19 lines
328 B
JSON
Executable File

{
"./filetoedit.txt": [
{
"type": "above",
"where": "ABOVE",
"add": "THIS TEXT IS ABOVE"
},
{
"type": "under",
"where": "UNDER",
"add": "THIS TEXT IS UNDER"
},
{
"type": "replace",
"where": "REPLACE",
"add": "THIS TEXT REPLACE THE OLD TEXT"
}
]
}