<div dir="ltr"><div>Hi,</div><div><br></div><div>  We use the jansson library for parsing and generating JSON, and</div><div>today's update for Trusty appears to have broken the functionality to</div><div>lookup keys in JSON objects.  This has severely impacted our services,</div><div>and we are having to try to find an old version and roll back to it.</div><div><br></div><div>  Specifically, if you call json_object_get(), it fails to find keys that are in the JSON object and returns NULL.  We are loading the object via json_load_file() first.  </div><div><br></div><div>  If there is more info you need or something else we should do, please let me know.  Thank you!</div><div><br></div><div>The version that worked yesterday is:</div><div><br></div><div>$ dpkg -l|grep jansson</div><div>ii  libjansson4:amd64                2.5-2                                      amd64        C library for encoding, decoding and manipulating JSON data</div><div><br></div><div>The version that is broken today is:</div><div><br></div><div>$ dpkg -l|grep jansson</div><div>ii  libjansson4:amd64                2.5-2ubuntu0.1                             amd64        C library for encoding, decoding and manipulating JSON data</div><div><br></div><div><br></div><div>Ed</div></div>