This morning...
1. I'll just use the json parsing code I added to my lib back in 2019 to extract an int from the stream of objects I get on stdin.
2. Why is it giving me ENOTSUP???
3. Oh... I never finished the parser, I only finished the generator...
4. Right, json parsing requires utf16->utf32 conversion...
So, I tried to pop an item from my todo stack/list, and instead I ended up pushing 2 new ones. Sigh.