App resource JSON
Use bundled config in the app package when you want:- Maximum determinism
- No network dependency at evaluation time
- Release-based config updates
HTTPS JSON
Use remote JSON when you want:- Faster iteration without app release for each rules change
- Central config management
- Dynamic or static serving options
- Static asset JSON (CDN/object storage)
- Dynamically generated JSON (API/server response)