More than three servers in jason file
Sorry for my English.
As I can add more than 3 servers in the json file. I only accept 3. My file is:
{ "LNXxxxx": { "connection_string": "[email protected]" "password": "xxxxxxxx" "idle_recursive": false, "default_path": "/ my / path" } "LNXxxxx": { "connection_string": "[email protected]" "password": "xxxxxxxx" "idle_recursive": false, "default_path": "my / path" } "LNXxxxxx": { "connection_string": "[email protected]" "password": "xxxxxx" "idle_recursive": false, "default_path": "my / path" } "LNXxxxxx": { "connection_string": "[email protected]" "password": "xxxxxxxxxx" "idle_recursive": false, "default_path": "my / path" } }
This file not work, but it valid.
Are all the missing commas intended or did they just get lost in the copy process? Because as of now this is not valid JSON.