Mote icon indicating copy to clipboard operation
Mote copied to clipboard

More than three servers in jason file

Open cabarzua opened this issue 12 years ago • 1 comments

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.

cabarzua avatar May 16 '13 14:05 cabarzua

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.

FichteFoll avatar May 16 '13 19:05 FichteFoll