You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm trying to read Cloudflare's API definitions into this package but it's about 5MB and json_decode() definitely doesn't like working with files that big. Does anyone have any suggestions for how to read in such a large file, or would the devs be open to replacing the stock json_decode() with a reader that can handle larger files?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there, I'm trying to read Cloudflare's API definitions into this package but it's about 5MB and
json_decode()
definitely doesn't like working with files that big. Does anyone have any suggestions for how to read in such a large file, or would the devs be open to replacing the stockjson_decode()
with a reader that can handle larger files?Thanks!
The text was updated successfully, but these errors were encountered: