TDL/test/minimalExample.tdl.parser
2020-11-04 22:27:06 +01:00

47 lines
854 B
Plaintext

{
"Lifts": [
{
"Name": "OHP",
"Max": 100,
"Increment": 2.5,
"IncrementPercent": false,
"Bar": 0
}
],
"Plates": [
{
"Weight": 20,
"Amount": 2
}
],
"SetTemplates": null,
"TrainingDays": [
{
"Items": [
{
"LiftSchedule": {
"LiftName": "OHP",
"Items": [
{
"Set": {
"Reps": 5,
"Percentage": 100,
"PlusWeight": 0,
"Amount": 0,
"Notice": ""
},
"ReferenceName": "",
"Amount": 0
}
],
"Increase": false,
"IncreaseAmount": 0,
"IncreasePercent": false
},
"Raw": ""
}
]
}
]
}