mps.json.encoderequest
Convert MATLAB data in a server request to JSON text using MATLAB Production Server JSON schema
Description
encodes the request that is input to the deployed MATLAB® function using JSON schema for MATLAB
Production Server™. It builds a server request that includes MATLAB variables and
options, such as text
= mps.json.encoderequest(rhs
)'Nargout'
and 'OutputFormat'
, that are needed to make a call to MATLAB
Production Server.
specifies additional options with one or more name-value pair arguments for specific
input cases. text
= mps.json.encoderequest(rhs
,Name,Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2018a
See Also
mps.json.encode
| mps.json.decode
| mps.json.decoderesponse
Topics
- JSON Representation of MATLAB Data Types (MATLAB Production Server)
- Create Deployable Archive for MATLAB Production Server (MATLAB Production Server)