[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

Hey, get plugin loving it. This is my first time posting on the forums SO NOT SURE HOW this is will work or if there will be two posts…

So everything is working how it should be HOWEVER (love that word, says there is trouble…) I am getting an error:
“LogVaRest:Error: Json Value of type ‘None’ used as a ‘Number’.”

-There is one for every object returned, I have attempted to disconnect all pins etc, and I still get it.
The data is: (along with type, yes its valid) the italicized parts are what was changed - they where floats/doubles before
{
“data”: {
“id”: 1, <-int
“name”: “G0FK”, <-varchar
“type”: “G”, <-char

  •   "xPC": -33, &lt;-int
      "xAU": 48404, &lt;-int
      "yPC": 15, &lt;-int
      "yAU": 68783, &lt;-int*
      "zPC": 0 &lt;-int
    
    }, {
    “id”: 2,
    “name”: “G1FS”,
    “type”: “G”,
    “xPC”: -51,
    “xAU”: -80386,
    “yPC”: -43,
    “yAU”: 67324,
    “zPC”: 0
    }
    ]
    }

and an image -