Get JSON Companion Crash

Hello Kodders,

When i execute the “if” blocks the companion instantly close without an error.

The URL is: https://unite-db.com/pokemon.json

On the other hand, if i execute this code it doesn’t crash. If i right click, do it, on the block to check the values companion crashes once again.

Am i missing something? Is the JSON not well formatted? Thank you for your help.

Json is well formatted but has more than 19500 lines and more 53500 words and that causes I believe the companion to crash.

1 Like

Is there a way to get the data in parts?

If the site provides the this option. Another option if data doesn’t change is to try to edit json, split it, save it in parts, save them as files in assets and use them from there. Just a thought :thinking:

Download the json file to user device or store it in assets because your json is big in size.

Maybe it’s works

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.