Float (Data Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki

A floating point number is a numerical value that may have digits on either side of the decimal point.


Example

{
  "color": [
    0.0,
    0.52,
    1.0  
  ]
}

This example shows a Color consisting of 3 floats; 0.0, 0.52, and 1.0 for red, green, and blue respectively.