Page MenuHomeDevCentral

Implement ApiJsonResponse for Serialize and Json
ClosedPublic

Authored by dereckson on Oct 9 2018, 21:11.
Tags
None
Referenced Files
F11614956: D1869.diff
Mon, Sep 1, 13:59
Unknown Object (File)
Sat, Aug 30, 06:14
Unknown Object (File)
Fri, Aug 29, 17:09
Unknown Object (File)
Thu, Aug 28, 01:11
Unknown Object (File)
Tue, Aug 19, 07:10
Unknown Object (File)
Tue, Aug 19, 07:04
Unknown Object (File)
Tue, Aug 19, 06:27
Unknown Object (File)
Sun, Aug 17, 07:37
Subscribers
None

Details

Summary

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.

Test Plan

ApiJsonResponse for a Serialize is used by D1868.

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Not Applicable
Unit
Tests Not Applicable