Ensure Snake Case in JSON
This commit is contained in:
parent
6723b49f7d
commit
ffb1a1586a
4 changed files with 25 additions and 32 deletions
|
@ -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"
|
||||
}
|
Reference in a new issue