NetTopologySuite / NetTopologySuite.IO.TopoJSON

TopoJSON IO module for NTS.
1 stars 1 forks source link

Improvement for DataConverter ReadJson #2

Closed capesean closed 6 years ago

capesean commented 6 years ago

As arcs is not the last token in my Json, line 66 was reading into the next token. Isn't it better to handle the EndObject explicitly at the start of the while-loop?