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
Is there any interest in adding an example for decoding Json payload, as this is a common use case? I just started playing around with this library and I would be interested in contributing that example except I don't know the best way to do it, yet. I have been using the schedule.read function to create a string payload first and then using a Json deserializer like YoJson. Is this the best way?
The text was updated successfully, but these errors were encountered:
Hello,
Is there any interest in adding an example for decoding Json payload, as this is a common use case? I just started playing around with this library and I would be interested in contributing that example except I don't know the best way to do it, yet. I have been using the
schedule.read
function to create a string payload first and then using a Json deserializer like YoJson. Is this the best way?The text was updated successfully, but these errors were encountered: