kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

"data": null #94

Closed RuslanTroshkov closed 5 years ago

RuslanTroshkov commented 5 years ago

how to make data = null ?

Need to send data to the server in this form: ... "relationships": { "workType": { "data": null } } ...