CC#•Created by Yelnats on 1/29/2024 in #help How can I convert null entries in JSON data to a default value?
right, but I would rather not infect the type of the data to be nullable. I'd rather the type be int instead of int? and have to check for null everytime I use it