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
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
I am trying to implement a google bigquery tabledata.insertAll request, which requires me to allow arbitrary json data within the json-encoded data structure. The official docs present it like this:
The enclosing structure is implementing the Default trait (it's a requirement), which fails to auto-implement as json::Json doesn't implement it for some reason. To my mind, it could be implemented like this:
I'm going to close this now that this crate is deprecated in favor of serde. We're discontinuing feature development in rustc-serialize but will still continue to merge bug fixes if they arise.
I am trying to implement a google bigquery
tabledata.insertAll
request, which requires me to allow arbitrary json data within the json-encoded data structure. The official docs present it like this:The enclosing structure is implementing the
Default
trait (it's a requirement), which fails to auto-implement asjson::Json
doesn't implement it for some reason. To my mind, it could be implemented like this:Do you think this can be done, or is there a reason to omit this trait ?
Thank you
The text was updated successfully, but these errors were encountered: