How can I parse the complete class, not only the integer #93
Unanswered
Robindc1994
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
When selecting some data from the stock table, I receive a lot of information like this:
"product_id": [
7244,
"xxxxxx"
]]
When it is empty, I receive
"product_id": false
How can I receive the full class and work with that information. Now I always receive it as an int and I need to call the other table (here product) for the productname.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions