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)
Fri, Feb 21, 02:23
Unknown Object (File)
Thu, Feb 20, 10:08
Unknown Object (File)
Tue, Feb 18, 19:04
Unknown Object (File)
Tue, Feb 18, 17:08
Unknown Object (File)
Tue, Feb 18, 01:24
Unknown Object (File)
Tue, Feb 18, 00:58
Unknown Object (File)
Sun, Feb 16, 19:33
Unknown Object (File)
Sun, Feb 9, 08:09
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