Request.toJSONString

Convert the Request to a JSON string to pass to the server.

struct Request
package
string
toJSONString
(
Flag!"prettyPrint" prettyPrint = No.prettyPrint
)

Parameters

prettyPrint Flag!"prettyPrint"

Yes to pretty-print the JSON output; No for efficient output.

Meta