|
|
|
|
|
by chii
957 days ago
|
|
you're layering the application semantics into the transport format. It's fine, in the sense that a JSON with duplicate keys is already invalid - but the parser might handle it, and i suggested a way (just from reading the stackoverflow answer). It's the same "fine" that you get from undefined C compiler behaviour. |
|
This has no similarity with undefined behavior. This is documented and defined.