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
The names within an object SHOULD be unique.
[...] When the names within an object are not
unique, the behavior of software that receives such an object is
unpredictable. Many implementations report the last name/value pair
only. Other implementations report an error or fail to parse the
object, and some implementations report all of the name/value pairs,
including duplicates.
Probably this is not an issue in practice, but then the docs should be rephrased along the lines of “Software accepting JSON logs will typically honor the last one”.
The text was updated successfully, but these errors were encountered:
Zerolog documentation says:
But the JSON standard says:
Probably this is not an issue in practice, but then the docs should be rephrased along the lines of “Software accepting JSON logs will typically honor the last one”.
The text was updated successfully, but these errors were encountered: