Assigning different json types (different binary_t type) #4674
Unanswered
renatossevero
asked this question in
Q&A
Replies: 1 comment
-
You are using |
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
-
I have 2 different json types that I would like to convert to each other:
Then I defined the following
to_json
andfrom_json
functions.But when I try to run the following code I have an assertion:
Any ideas what could be wrong?
I thought it could be related to issue 977, but no luck so far.
Beta Was this translation helpful? Give feedback.
All reactions