Translating JSON
By default, OpenText SAST translates files with the JSON extension .json as JSON.
The following example translates a JSON file:
sourceanalyzer -b MyProject x.json
The following example translates all JSON files in the sources directory:
sourceanalyzer -b MyProject "sources/**/*.json"