Hacker News new | ask | show | jobs
by abhinuvpitale 1969 days ago
Great point about how encoding-decoding custom objects/models to JSON is the biggest pain point. Coming with requirements before starting out the Object->JSON encoding, really helps you solve the more complex bottlenecks you might hit in the later "serialization".

Its super interesting especially when you are using floating points, dates, C-style unions (represented as nested lists/dicts).