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
In tiago/zjson, to maintain semantics parity with the Go implementation, we should check that the next: Option<String> field inside of the forward message contains a valid JSON object. We can use zjson for this, and a custom serde deserialization function.
The text was updated successfully, but these errors were encountered:
In
tiago/zjson
, to maintain semantics parity with the Go implementation, we should check that thenext: Option<String>
field inside of the forward message contains a valid JSON object. We can usezjson
for this, and a customserde
deserialization function.The text was updated successfully, but these errors were encountered: