Hacker News new | ask | show | jobs
by jaen 8 days ago
The alternative has bad ergonomics, chained `.get`s which are the most common operation become:

   json.asObject().get("prop1").asObject().get("prop2")...