Candidates are given a real-world JSON parsing library codebase (most commonly Moshi or Jackson-core, in Java) and a set of failing test cases. The task is to find and fix the bug(s) causing the test failures within ~40 minutes. Reported bugs include: (1) Moshi: endObject/endArray not calling nextElement; (2) Jackson:…