Page MenuHomeDevCentral

Implement ApiJsonResponse for Serialize and Json
ClosedPublic

Authored by dereckson on Oct 9 2018, 21:11.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 2, 19:23
Unknown Object (File)
Tue, Apr 1, 21:27
Unknown Object (File)
Sun, Mar 30, 00:00
Unknown Object (File)
Sat, Mar 29, 16:46
Unknown Object (File)
Sat, Mar 29, 15:46
Unknown Object (File)
Fri, Mar 28, 09:48
Unknown Object (File)
Wed, Mar 26, 02:53
Unknown Object (File)
Sat, Mar 22, 23:44
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