Files
apidash/packages/json_explorer/example/README.md
2024-11-29 01:36:35 +05:30

9 lines
219 B
Markdown

# JSON Explorer Example
If you are running the example on macOS, make sure you add the following entitlement in `macos/Runner/Debugprofile.entitlements`:
```
<key>com.apple.security.network.client</key>
<true/>
```