further to this Q & A, is it possible to pass a JSON object via the CLI? ie not via a config file? (rather than just passing a simple string)
ie
protractor ... --params={login: {user:"abc", password="abc123"}}
rather than:
protractor ... --params.login.user=abc --params.login.password=abc123