Ensure Snake Case in JSON

This commit is contained in:
Phan Huy Tran 2024-09-25 14:16:27 +02:00 committed by Phan Huy Tran
parent 6723b49f7d
commit ffb1a1586a
4 changed files with 25 additions and 32 deletions

View file

@ -8,8 +8,8 @@ Content-Type: application/json
"leading_employee": 1,
"employees": [2, 3],
"contractor": 4,
"contractorName": "Peter File",
"contractor_name": "Peter File",
"comment": "goal of project",
"startDate": "01.01.2000",
"plannedEndDate": "01.01.2001"
"start_date": "01.01.2000",
"planned_end_date": "01.01.2001"
}