{ "draft": {"branch": "",
"bugs_closed": [],
"changedescription": "",
"changedescription_text_type": "plain",
"commit_id": null,
"depends_on": [],
"description": "a simple update",
"description_text_type": "markdown",
"extra_data": {"float_val": 3.14159,
"int_val": 42,
"scientific_val": 2.75e-15
},
"id": 1,
...
After
| Before | |
|---|---|
| 1 | { |
| 2 | "draft": { |
| 3 | "branch": "", |
| 4 | "bugs_closed": [], |
| 5 | "changedescription": "", |
| 6 | "changedescription_text_type": "plain", |
| 7 | "commit_id": null, |
| 8 | "depends_on": [], |
| 9 | "description": "a simple update", |
| 10 | "description_text_type": "markdown", |
| 11 | "extra_data": { |
| 12 | "float_val": "3.14159", |
| 13 | "int_val": 42, |
| 14 | "scientific_val": "2.75e-15" |
| 15 | }, |
| 16 | "id": 1, |
| 17 | ... |