Rhino シェル スクリプトからNativeJSON クラスを使用したいと考えています。Web での使用方法について私が見つけた唯一のものは、Java のものです。
// Load the configuration file
load(arguments[0]);
// Extract the configuration for the target environment
print(NativeJSON.stringify(environments[arguments[1]]));
Rhino シェル スクリプトからどのように取得するのか、手がかりはありますか?