Author: coke Date: Tue Dec 30 12:49:24 2008 New Revision: 34667 Modified: trunk/runtime/parrot/library/JSON.pir Log: Use the pmc's builtin sort method (C) instead of the library (PIR) Modified: trunk/runtime/parrot/library/JSON.pir ============================================================================== --- trunk/runtime/parrot/library/JSON.pir (original) +++ trunk/runtime/parrot/library/JSON.pir Tue Dec 30 12:49:24 2008 @@ -274,8 +274,7 @@ goto iter_loop done_iter: - $P0 = find_global 'Data::Sort', 'simple' - $P0( keys ) + keys.'sort'() .local string result,separator