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 have a custom attribute in my model that returns a boolean. These are always serialized into either "false" or "true" instead of true boolean values.
I have a custom attribute in my model that returns a boolean. These are always serialized into either "false" or "true" instead of true boolean values.
Am I missing something or is this a bug?