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
Hi there!
it's very useful to be able to inform the encoder that some part of the input is already JSON.
So it should be used "as is" without any additional escaping etc.
Something like:
Payload=jiffy:encode(#{foo=>bar}),
%%...%%... a few hours later in another process on another node :)...%%...Packet=jiffy:encode(#{id=>1, payload=> {json, Payload}}).
The text was updated successfully, but these errors were encountered:
Hi there!
it's very useful to be able to inform the encoder that some part of the input is already JSON.
So it should be used "as is" without any additional escaping etc.
Something like:
The text was updated successfully, but these errors were encountered: