我想使用 Rhino shell 脚本中的NativeJSON 类。我能找到的关于如何在 Web 上使用它的唯一信息来自 Java。
// Load the configuration file
load(arguments[0]);
// Extract the configuration for the target environment
print(NativeJSON.stringify(environments[arguments[1]]));
任何线索我如何从 Rhino shell 脚本中得到它?