cJsonParser
Extracts the desired data from JSON format.
cJsonParser Standard properties
These properties are used to configure cJsonParser running in the Standard Route framework.
The Standard cJsonParser component belongs to the Transformation family.
Basic settings
JSON Library |
Select the JSON library from Gson, Jackson, Fastjson, and Custom to extract the incoming data. |
Mapping Class |
This option appears when Gson, Jackson, or Fastjson is selected in the JSON Library list. Enter the mapping class to be used for parsing the data into a map. |
Bean Reference ID | This option appears when Custom is selected in the JSON Library list. Select the ID of the Bean where your custom JSON structure is defined. |
Usage
Usage rule |
cJsonParser can be a middle or end component in a Route. |
Limitation |
n/a |