Question about loading JSON: We generate a small JSON file (1MB or so) during build time, and we'd

Question about loading JSON:

We generate a small JSON file (1MB or so) during build time, and we'd like to load it at runtime for Functions.

Could we just
import
it? The docs say we can import binary data, but does that require a .bin extension?
Was this page helpful?