Hacker News new | ask | show | jobs
by bakugo 498 days ago
> I've found "T/F" vals are not always portable between languages ("True" in Python vs "true" in JS)

What? Booleans are booleans, they are converted to/from the language's boolean type when you encode/decode to JSON.