JSON components
| tFileInputJSON | Extracts JSON data from a file and transfers the data to a file, a database table, etc. | 
| tFileOutputJSON | Receives data and rewrites it in a JSON structured data block in an output file. | 
| tFileStreamInputJSON | Extracts JSON data from a file, then transfers the data to, for instance, a file or a database table. | 
| tJSONValidator | Validates the data based on the given JSON schema. |