2017-03-10, 09:52
this part is not valid json :
these are valid json (but not necessarily what the command expects)
this is a nice place to check your syntax : http://www.jsoneditoronline.org/
Code:
{"properties": "directory":"home", "media":"video"}
these are valid json (but not necessarily what the command expects)
Code:
{ "properties": { "directory":"home" } , "media":"video" }
{ "properties": { "directory":"home" , "media":"video" } }
this is a nice place to check your syntax : http://www.jsoneditoronline.org/