C#C
C#4y ago
pyrodistic

Xamarin - Displaying JSON

I'm trying to do a simple application to get a JSON and display the values on a collection.
I have a response, a model of the desired object to deserialize and a service to perform the deserialization.
It provides an error related to the property from the model I'm trying to display like:

Binding: 'Symbol' property not found on 'XamarinApp.', target property: 'Xamarin.Forms.Label.Text'

But as far as I can see the property exists. Which leads me to believe the issue is with the view?
unknown.png
Was this page helpful?