Daml Script Output file JSON Format

Daml script has an option to write the output to a file in JSON format, is it possible to modify these options that it uses when generating the file?

encodeDecimalAsString: boolean
encodeInt64AsString: boolean

I’m looking at Daml-LF JSON Encoding — Daml SDK 2.6.4 documentation for reference.

No, those option cannot be modified at this point.