question

Cruiser dev team avatar image
Cruiser dev team asked

JSON not accepted in the Title Data import

For me neither

 {
     "Params": [
         {
             "ID": "DropChanceStart",
             "VAL": "0"
         },
         {
             "ID": "DropChancePerRound",
             "VAL": "30"
         }
     ]
 }

nor

 [
     {
         "ID": "DropChanceStart",
         "VAL": "0"
     },
     {
         "ID": "DropChancePerRound",
         "VAL": "30"
     }
 ]

get accepted with the same error. "There was an error while loading data from the server. Please reload the page to retry."

Title Datacommunity
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers