The input data is probably not UTF-8 encoded. When you save the file the file will indicate the encoding used. Opening the file in Notepad++ will show the encoding for the file.
The JSON Data node provides the 'Charset' property. The help text for the property states:
Optionally specify the character set to be used when processing the structured data. Some common examples are ASCII, UTF-8, UTF-16, UTF-32.
The default value depends on the source of the data to parse. If the data comes from an input field of type string, then the Data360 Analyze server character set is used as a default.
If the data comes from an input field of type unicode, then UTF-8 is used as a default.
If the data comes from a file, the default depends on the type of file being processed.
------------------------------
Adrian Williams
Precisely Software Inc.
------------------------------