Generate a JSON output from an object ready to be serialized to JSON
is trivial. But to be coherent with the more complex objects, we can
offer into_json_response() through a ApiJsonResponse implementation.
The same applies for the Json itself.
Differential D1869
Implement ApiJsonResponse for Serialize and Json dereckson on Oct 9 2018, 21:11. Authored by Tags None Referenced Files
Subscribers None
Details
Generate a JSON output from an object ready to be serialized to JSON The same applies for the Json itself. ApiJsonResponse for a Serialize is used by D1868.
Diff Detail
|