You can export a testsheet into well-formed JSON documents. Exporting Testsheets into JSON documents is quite useful:
As a template for structuring much larger data sets for subsequent JSON Import (as described above)
As a JSON payload to test a deployed Decision Service on the Server
Input
To generate the Input column of a testsheet to JSON, choose the menu command Testsheet > Data > Input > Export Request JSON. The output from a simple Cargo test is as shown:
Output
To generate the Output panel of a testsheet to well-formed JSON, choose the menu command Testsheet > Data > Output > Export Response JSON.
Expected
To generate the Expected panel of a testsheet to well-formed JSON, choose the menu command Testsheet > Data > Expected > Export Response JSON.