Can I use multiple from_json_stream
consecutively?
#685
Unanswered
Danaozhong
asked this question in
Q&A
Replies: 1 comment
-
Hi Danaozhong! As a workaround you can use
I'll create a new issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! I am trying to serialize several
zserio
objects into JSON. For that, I use a stream fromzserio.debugstring
(I am using Python).Is it legal to use multiple
from_json_stream()
orto_json_stream()
using different zserio objects on the same stream? I face some difficulties, and before I debug into it, I just wanted to confirm that what I plan to do is actually legal.Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions