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
Probably a dumb question but, I've got a FHIR Parameters object that I need to convert into JSON. However getting the dictionary and then converting that with json.loads. I'm getting an error because of the lastUpdated Instant type is a datetime type and that isn't JSON serializable. Is there a better way of doing this that I'm missing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Probably a dumb question but, I've got a FHIR Parameters object that I need to convert into JSON. However getting the dictionary and then converting that with json.loads. I'm getting an error because of the lastUpdated Instant type is a datetime type and that isn't JSON serializable. Is there a better way of doing this that I'm missing?
TIA
Beta Was this translation helpful? Give feedback.
All reactions