# New Ticket Created by Roger Browne # Please include the string: [perl #37500] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37500 >
These tests exercise feature "_json" of runtime/parrot/library/JSON.imc, which dumps Parrot objects in JSON format as defined at http://www.json.org/ This patch (against revision 9532) extends t/library/json.t from 2 to 18 tests, of which 2 are marked TODO because the current output, although JSON-compliant, is untidy. Roger Browne