Expecting 'STRING'
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
{
"rules": {
"Legacy": {
"allow": [
"/",
"/*",
"/**/**", This comma is unnecessary as there is nothing following it
]
},
...
{
"rules": {
"Legacy": {
"allow": [
"/",
"/*",
"/**/** This value must end with a double-quote
]
},
...
Expecting '}', ','
...
},
"Administrator": {
"allow": [
"/",
"/*",
"/**/**"
]] This 2nd closing bracket is unnecessary
},
"Accounting": {
...