No me carga la pagina en mi proyecto

hola, estoy haciendo un proyecto y todas mis pantallas funcionan bien pero cuando llego a una en particular que utiliza el JSON se queda trabada toda la pagina, y he visto que a mis compañeros no les sucede, solo me esta sucediendo a mi. incluso la probe en mi celular y se queda todo trabado, a que se debe?

I hope you don’t mind that I used Google Translate to translate your post into English:

If your project crashes when you try to parse JSON then it’s most likely caused by an invalid JSON property name. One way to avoid this is to right-click on the get property of object block and choose Show Advanced Block:

And then enter a default value such as “failed” that will be returned if the property name doesn’t exist:

That way you can determine if the property name is causing the crash.