As a JSON file is just plain text, you can't easily/reliably do any processing directly on this, so you'll need to read it in using a tFileInputJSON, do whatever manipulation you require, e.g. add new fields, and then write it back out with a tFileOutputJSON.