You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be great if there is an option to show the raw messages in the UI.
This feature would help detect edge cases, such as when a JSON message has the same key set multiple times.
According to the ECMA-404 “The JSON Data Interchange Syntax,” there is no mention of duplicated keys.
However, RFC 8259 “The JavaScript Object Notation (JSON) Data Interchange Format” states:
The JSON parser seems to use the last-write-wins strategy to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions