# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #40292]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40292 >


There is now a "JSON" compiler: perldoc compilers/json/JSON.pir

We need more tests (t/compilers/json/to_parrot.t) that test the  
_dumper() output of a PMC generated by converting from a JSON string.

E.g.:

""

Would convert to an empty string, which would then be dumped as:

"JSON" => ""

See http://www.json.org/ for a description of the JSON grammar: all  
elements of that grammar should be tested.

For failing tests, TODO them, and I'll be happy to fix the compiler.  
Unless you beat me to it, which is fine.

As of the opening of this ticket, expect arrays and objects to fail  
(need TGE support), true/false/null to work, and strings & numbers to  
partially work.

Regards.

--
Will "Coke" Coleda
[EMAIL PROTECTED]


Reply via email to