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 think it's meant to be used just like this, e.g. self += JSONContent(…) but that's inconsistent with text content where one uses File(…). So my expectation would be either File(content=JSONContent(…)) or File(json=…)
The text was updated successfully, but these errors were encountered:
I think it's meant to be used just like this, e.g.
self += JSONContent(…)
but that's inconsistent with text content where one usesFile(…)
. So my expectation would be eitherFile(content=JSONContent(…))
orFile(json=…)
The text was updated successfully, but these errors were encountered: