Exception occurs when calling the value() method using json_pointer #4470
Unanswered
George-J-Cho
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Exceptions occur in certain situations in the following code lines.
I am a developer of C++ Junior.
As far as I'm debunking
If there is no path value corresponding to the jsonResult, it works fine
It works fine when there is a path value,
Exception occurs when the middle part of the path is transferred to the array.
Is it the intended result? Is it an unknown bug?
I expected that even if part of the path was wrong, it would be the default value of 65535.
If anyone knows, please help me.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions