floatfor directly usable JSON arraysbase64for more compact transport or custom binary decoding workflows
float unless you have a specific reason to optimize transport size or handle your own decoding path.
Format comparison
| Format | Best for |
|---|---|
float | direct use in application code, quick debugging, JSON-first workflows |
base64 | lower payload size, custom binary pipelines, delayed decoding |