CSAllenISDClassroom / sudokuserver-acid-dragons-1

sudokuserver-acid-dragons-1 created by GitHub Classroom
1 stars 1 forks source link

in json response of GET request, there is not always a "value" in every cell #48

Open faithcslee opened 3 years ago

faithcslee commented 3 years ago

After I did a GET request, the JSON response did not contain a "value" for all cells. There were only values for the filled cells, while the empty cells did not have any value. This made it difficult to implement the values into my 2D array. Perhaps a null value or a value of 0 can be added for these "empty" cells