!> Exception during process of meta.json from package S95.JennaFuta.2: System.Exception: JSON Parse: Too many closing brackets
at SimpleJSON.JSONNode.Parse (System.String aJSON) [0x00000] in <filename unknown>:0
at SimpleJSON.JSON.Parse (System.String aJSON) [0x00000] in <filename unknown>:0
at MVR.FileManagement.VarPackage.LoadMetaData () [0x00000] in <filename unknown>:0
Can I fix this by opening the .var, go to the meta json and try and "count" the brackets and remove the ones that seem excessive?
Or can e.g. notepad ++ help me to identify the bad brackets?
Edit: has 21 "{" and 23 "}", now let's find the ones not matching up...
at SimpleJSON.JSONNode.Parse (System.String aJSON) [0x00000] in <filename unknown>:0
at SimpleJSON.JSON.Parse (System.String aJSON) [0x00000] in <filename unknown>:0
at MVR.FileManagement.VarPackage.LoadMetaData () [0x00000] in <filename unknown>:0
Can I fix this by opening the .var, go to the meta json and try and "count" the brackets and remove the ones that seem excessive?
Or can e.g. notepad ++ help me to identify the bad brackets?
Edit: has 21 "{" and 23 "}", now let's find the ones not matching up...
Last edited: