Render JSON activity takes XML data and renders it as a JSON string. 
	  
  
 
	 General
 
		 
		The 
		  General tab has the following fields. 
		
 
		
 
				 
				  | Field | Literal Value/Process Property/Module Property | Description | 
 
			  
				 
				  | Name | None | The name to be displayed as the label for the activity in the process. | 
 
				 
				  | Schema Type | None | Specifies a schema type for the output data. The following are the supported schema types:  
						Generic : converts an XML string to a JSON string 
						XSD : converts an XML string to a JSON document defined using a schema specified in the 
						  Output Editor. 
						 The default value in this field is the XSD schema type. 
					  | 
 
				 
				  | Badgerfish | None | Specifies the following conversion rules:  
						Select this check box for converting JSON data to XML data with the mapping of XML namespace, XML attribute, CDATA, and so on. 
						Do not select this check box if you want normal conversion rules for mapping data from JSON to XML. 
						  XML attributes are converted into elements when the check box is not selected
					  | 
 
				 
				  | Output Json Style | None | Specifies the method to render the data. 
					   
						None 
						  : Select this option to exclude the root element in the JSON string. 
						Json with Root 
						  : Select this option to include the root element in the input JSON string. 
						Anonymous Array 
						  : Select this option to return a JSON array without the parent element, where the root element has exactly one child of the type Array. 
						 | 
 
				 
				  | Use Empty Values For Null | None | Select the check box to use empty values in the place of null in JSON. This option is applicable only for Objects and Arrays. This has no effect on primitive types. By default, the check box is not selected. 
					  | 
 
			 
 
		  
Description
 
		 
		Provide a short description for the activity. 
		
 
	 Input Editor
 
		 
		From the Input Editor tab, you can define or reference an XML schema for the activity input. You can also use the 
		  BW JSON Utils tool to generate an XML schema file with a specified JSON file. 
		
 
	 Input
 
		 
		The input data for the 
		  Render JSON activity is in the XML format. The schema type of the XML data varies depending on the schema type you specified in the 
		  Schema Type field on the 
		  General tab. 
		
 
	 Output
 
		 
		The 
		  Output 
		  tab contains the following field. 
		
 
		
 
				 
				  | Field | Description | 
 
			  
				 
				  | jsonString | The translated data in JSON string format. | 
 
			 
 
		  
Fault
 
		 
		The 
		  Fault tab lists the possible exceptions generated by this activity. 
		  For more information about error codes and the corrective action to take, see the 
			 TIBCO ActiveMatrix BusinessWorks™ Error Codes guide. 
		
 
		
 
				 
				  | Fault | Generated When.. | 
 
			  
				 
				  | JSONRenderException | An exception occurred when rendering the data. | 
 
			 
 
		  
Copyright © Cloud Software Group, Inc. All rights reserved.