Replies: 1 comment
-
turned out my json was a full object with attached methods instead of just pure data |
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 an audit log which contains an id column, an event string and a third metadata column which could be any json object.
The field is defined as 'any' in the electro model since it could be any, but setting that field to my object fails.
electro:
code:
error:
Beta Was this translation helpful? Give feedback.
All reactions