Skip to main content

Module json

Module json 

Source
Expand description

Shared JSON response helpers.

Enums§

JsonOutput
Shared text-vs-JSON output mode.

Functions§

err_response
Build an error response envelope.
ok_response
Build a success response envelope.
render_response
Render either the shared JSON envelope or plain text for a command response.
render_response_parts
Render either the shared JSON envelope or lazily-built command data and plain text.
render_response_with
Render either the shared JSON envelope or lazily-built plain text for a command response.