Click here to Skip to main content
15,888,610 members

Comments by stybjs (Top 18 by date)

stybjs 29-Nov-22 23:07pm View    
I can't seem to edit my comment. Anyways, I need to fix a null in the JSON because the vaccine is a list, so it needs to change a string, or I am not sure, but I need to see a vaccine name that I typed in an input and then load it into a list (dictionary when I chose to list dog info in menu selection).
stybjs 29-Nov-22 23:07pm View    
Deleted
I can't seem to edit my comment. Anyways, I need to fix a null in the JSON because the vaccine is a list, so it needs to change a string, or I am not sure, but I need to see a vaccine name that I typed in an input and then load it into a list (dictionary when I chose to list dog info in menu selection). @Graeme_Grant
stybjs 29-Nov-22 23:00pm View    
And how will it works if I use JSON property on this
private List<string> vaccines;
    
    public List<string> Vaccines
    {
        get { return vaccines; }
        set { vaccines = value; }
    } 
stybjs 29-Nov-22 22:57pm View    
I will try that and test if it works because it is my first time to use json file for C#.
stybjs 23-Nov-22 5:57am View    
Deleted
can I share my link using Live Share with you?