▲ | IshKebab 14 hours ago | ||||||||||||||||||||||||||||||||||||||||
It also feels like only half the job to me. Reminds me of SAX "parsers" that were barely more than lexers. | |||||||||||||||||||||||||||||||||||||||||
▲ | flohofwoe 14 hours ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||
I mean, what else is there to do when iterating over a JSON file? Delegating number parsing and UNICODE handling to the user can be considered a feature (since I can decide on my own how expensive/robust I want this to be). | |||||||||||||||||||||||||||||||||||||||||
|