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
I would like to parse multiple JSON string. I referenced JSON::Stream::Builder class.
And I create reset_state method for parse multiple JSON string in JSON::Stream::Parser class.
The Parser class is designed to parse a single document right now. The reset_state method you added needs to perform the same steps as the constructor.
Hello
I would like to parse multiple JSON string. I referenced JSON::Stream::Builder class.
And I create reset_state method for parse multiple JSON string in JSON::Stream::Parser class.
Do you have any idea to reset status?
Best regards.
Hiroyuki Sato.
reset status in Builder class
complete code is below.
The text was updated successfully, but these errors were encountered: