Commit f1c2dcf
committed
describe stringified response codes without referencing a specific format
In JSON, property keys are always strings; in YAML they may or not be
depending on the parser, but other formats may also be in use (TOML, TOON
etc). What matters is the resulting type(s) of the decoded data, not the
specific formatting used for the serialized form.1 parent f648e72 commit f1c2dcfCopy full SHA for f1c2dcf
1 file changed
+1-1Lines changed: 1 addition & 1 deletion
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2129 | 2129 | |
2130 | 2130 | |
2131 | 2131 | |
2132 | | - |
| 2132 | + |
2133 | 2133 | |
2134 | 2134 | |
2135 | 2135 | |
|
0 commit comments