Of course it can, and the CommonJS module loader of Node.js even makes it easy to use require('file.json') so even loading JSON is easy! With ES6, JavaScript ...
static void Main(string[] args) { object data; // read JSON file into an Object try { data = Json_Decoder.Json.Load(args[0]); } catch (Exception e) { Console ...