JsonToken EndArray is not valid for closing JsonType ObjectSolved

When checking the plugins it say for betterchat "JsonToken EndArray is not valid for closing JsonType Object. Path '[0],line 24 ,position 1."

 

im just trying to get clan tags to show, any help?

check and validate your json text with a json editor, looks like you have removed a required ending
In response to HillyJ ():
When checking the plugins it say for betterchat "JsonToken EndArray is not valid for closing JsonTyp...
Post your config, it might help
{
"Maximal Titles": 3,
"Maximal Characters Per Message": 128
}

Merged post

i fixed it, it didnt have a } at the end

[
{
"GroupName": "default",
"Priority": 0,
"Title": {
"Text": "[Player]",
"Color": "#55aaff",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#55aaff",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
}
]

Locked automatically